Skip to content

What about character literals? #18322

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
DartBot opened this issue Apr 19, 2014 · 3 comments
Closed

What about character literals? #18322

DartBot opened this issue Apr 19, 2014 · 3 comments
Labels
area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). closed-duplicate Closed in favor of an existing report type-enhancement A request for a change that isn't a bug

Comments

@DartBot
Copy link

DartBot commented Apr 19, 2014

This issue was originally filed by [email protected]


var a = A;
var b = Б;
int zh = Ж;
print(zh);

1046

var charCodes = <int>[a, b, c];

@DartBot
Copy link
Author

DartBot commented Apr 19, 2014

This comment was originally written by @mezoni


print(W.runtimeType);

int

@kevmoo
Copy link
Member

kevmoo commented Apr 20, 2014

Removed Type-Defect label.
Added Type-Enhancement, Area-Language, Triaged labels.

@lrhn
Copy link
Member

lrhn commented Apr 22, 2014

Let's add this as another suggested syntax.


Added Duplicate label.
Marked as being merged into #4415.

@DartBot DartBot added Type-Enhancement area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). closed-duplicate Closed in favor of an existing report labels Apr 22, 2014
@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed priority-unassigned labels Mar 1, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). closed-duplicate Closed in favor of an existing report type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

3 participants