c0146bc2f8
Change-Id: Icf634b29f0cea274c2039deea48218b4c15872a8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/437440 Commit-Queue: Jens Johansen <jensj@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
18 lines
152 B
Dart
18 lines
152 B
Dart
void foo() {
|
|
12_e;
|
|
12_E;
|
|
12_.;
|
|
12_;
|
|
0x_;
|
|
0xA_;
|
|
.1;
|
|
1.2_;
|
|
1.2_e;
|
|
1.2_E;
|
|
1.2e_;
|
|
1.2E_;
|
|
1.2e-_;
|
|
1.2E-_;
|
|
1.2e-1_;
|
|
1.2E-1_;
|
|
} |