|
| 1 | +>// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file |
| 2 | +#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart |
| 3 | +>// for details. All rights reserved. Use of this source code is governed by a |
| 4 | +#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart |
| 5 | +>// BSD-style license that can be found in the LICENSE file. |
| 6 | +#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart |
| 7 | +> |
| 8 | +>var a = [ |
| 9 | +#^^^ storage.type.primitive.dart |
| 10 | +# ^ keyword.operator.assignment.dart |
| 11 | +> 1, |
| 12 | +# ^ constant.numeric.dart |
| 13 | +# ^ punctuation.comma.dart |
| 14 | +> .0, |
| 15 | +# ^ punctuation.dot.dart |
| 16 | +# ^ constant.numeric.dart |
| 17 | +# ^ punctuation.comma.dart |
| 18 | +> 1.2, |
| 19 | +# ^^^ constant.numeric.dart |
| 20 | +# ^ punctuation.comma.dart |
| 21 | +> 0x123, |
| 22 | +# ^^^^^ constant.numeric.dart |
| 23 | +# ^ punctuation.comma.dart |
| 24 | +> 100__000_000__000_000__000_000, |
| 25 | +# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ constant.numeric.dart |
| 26 | +# ^ punctuation.comma.dart |
| 27 | +> 0x4000_0000_0000_0000, |
| 28 | +# ^^^^^^^^^^^^^^^^^^^^^ constant.numeric.dart |
| 29 | +# ^ punctuation.comma.dart |
| 30 | +> 0.000_000_000_01, |
| 31 | +# ^^^^^^^^^^^^^^^^ constant.numeric.dart |
| 32 | +# ^ punctuation.comma.dart |
| 33 | +> 0x00_14_22_01_23_45, |
| 34 | +# ^^^^^^^^^^^^^^^^^^^ constant.numeric.dart |
| 35 | +# ^ punctuation.comma.dart |
| 36 | +> 555_123_4567, |
| 37 | +# ^^^^^^^^^^^^ constant.numeric.dart |
| 38 | +# ^ punctuation.comma.dart |
| 39 | +>]; |
| 40 | +# ^ punctuation.terminator.dart |
0 commit comments