|
| 1 | +>// Copyright (c) 2023, 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 | +>inline class MyInt { |
| 9 | +#^^^^^^^^^^^^ keyword.declaration.dart |
| 10 | +# ^^^^^ support.class.dart |
| 11 | +> final int it; |
| 12 | +# ^^^^^ storage.modifier.dart |
| 13 | +# ^^^ support.class.dart |
| 14 | +# ^ punctuation.terminator.dart |
| 15 | +> MyInt(this.it); |
| 16 | +# ^^^^^ support.class.dart |
| 17 | +# ^^^^ variable.language.dart |
| 18 | +# ^ punctuation.dot.dart |
| 19 | +# ^ punctuation.terminator.dart |
| 20 | +> void foo() { print('MyInt.foo'); } |
| 21 | +# ^^^^ storage.type.primitive.dart |
| 22 | +# ^^^ entity.name.function.dart |
| 23 | +# ^^^^^ entity.name.function.dart |
| 24 | +# ^^^^^^^^^^^ string.interpolated.single.dart |
| 25 | +# ^ punctuation.terminator.dart |
| 26 | +>} |
| 27 | +> |
| 28 | +>final inline = 1; |
| 29 | +#^^^^^ storage.modifier.dart |
| 30 | +# ^ keyword.operator.assignment.dart |
| 31 | +# ^ constant.numeric.dart |
| 32 | +# ^ punctuation.terminator.dart |
| 33 | +> |
| 34 | +>int get inline = 1; |
| 35 | +#^^^ support.class.dart |
| 36 | +# ^^^ keyword.declaration.dart |
| 37 | +# ^ keyword.operator.assignment.dart |
| 38 | +# ^ constant.numeric.dart |
| 39 | +# ^ punctuation.terminator.dart |
| 40 | +>set inline(int value) {} |
| 41 | +#^^^ keyword.declaration.dart |
| 42 | +# ^^^^^^ entity.name.function.dart |
| 43 | +# ^^^ support.class.dart |
| 44 | +> |
| 45 | +>void inline() { |
| 46 | +#^^^^ storage.type.primitive.dart |
| 47 | +# ^^^^^^ entity.name.function.dart |
| 48 | +> var inline = 1; |
| 49 | +# ^^^ storage.type.primitive.dart |
| 50 | +# ^ keyword.operator.assignment.dart |
| 51 | +# ^ constant.numeric.dart |
| 52 | +# ^ punctuation.terminator.dart |
| 53 | +>} |
0 commit comments