|
| 1 | +class Test { |
| 2 | +^^^^^ |
| 3 | +source-code-dart-keyword-class |
| 4 | + ^ |
| 5 | + source-code-dart-whitespace |
| 6 | + ^^^^ |
| 7 | + source-code-dart-identifier-type |
| 8 | + ^ |
| 9 | + source-code-dart-whitespace |
| 10 | + ^ |
| 11 | + source-code-dart-punctuation |
| 12 | + static const String _sharedName = 'test'; |
| 13 | +^^ |
| 14 | +source-code-dart-whitespace |
| 15 | + ^^^^^^ |
| 16 | + source-code-dart-keyword-static |
| 17 | + ^ |
| 18 | + source-code-dart-whitespace |
| 19 | + ^^^^^ |
| 20 | + source-code-dart-keyword-const |
| 21 | + ^ |
| 22 | + source-code-dart-whitespace |
| 23 | + ^^^^^^ |
| 24 | + source-code-dart-identifier-type-built-in |
| 25 | + ^ |
| 26 | + source-code-dart-whitespace |
| 27 | + ^^^^^^^^^^^ |
| 28 | + source-code-dart-identifier-private |
| 29 | + ^ |
| 30 | + source-code-dart-whitespace |
| 31 | + ^ |
| 32 | + source-code-dart-keyword-operator |
| 33 | + ^ |
| 34 | + source-code-dart-whitespace |
| 35 | + ^ |
| 36 | + source-code-dart-literal-string-literal-string-begin |
| 37 | + ^^^^ |
| 38 | + source-code-dart-literal-string-literal-string-unquoted |
| 39 | + ^ |
| 40 | + source-code-dart-literal-string-literal-string-end |
| 41 | + ^ |
| 42 | + source-code-dart-punctuation |
| 43 | + |
| 44 | + String get name => 'test'; |
| 45 | +^^ |
| 46 | +source-code-dart-whitespace |
| 47 | + ^^^^^^ |
| 48 | + source-code-dart-identifier-type-built-in |
| 49 | + ^ |
| 50 | + source-code-dart-whitespace |
| 51 | + ^^^ |
| 52 | + source-code-dart-keyword-get |
| 53 | + ^ |
| 54 | + source-code-dart-whitespace |
| 55 | + ^^^^ |
| 56 | + source-code-dart-identifier |
| 57 | + ^ |
| 58 | + source-code-dart-whitespace |
| 59 | + ^^ |
| 60 | + source-code-dart-keyword-operator |
| 61 | + ^ |
| 62 | + source-code-dart-whitespace |
| 63 | + ^ |
| 64 | + source-code-dart-literal-string-literal-string-begin |
| 65 | + ^^^^ |
| 66 | + source-code-dart-literal-string-literal-string-unquoted |
| 67 | + ^ |
| 68 | + source-code-dart-literal-string-literal-string-end |
| 69 | + ^ |
| 70 | + source-code-dart-punctuation |
| 71 | + final int _age = 10; |
| 72 | +^^ |
| 73 | +source-code-dart-whitespace |
| 74 | + ^^^^^ |
| 75 | + source-code-dart-keyword-final |
| 76 | + ^ |
| 77 | + source-code-dart-whitespace |
| 78 | + ^^^ |
| 79 | + source-code-dart-identifier-type-built-in |
| 80 | + ^ |
| 81 | + source-code-dart-whitespace |
| 82 | + ^^^^ |
| 83 | + source-code-dart-identifier-private |
| 84 | + ^ |
| 85 | + source-code-dart-whitespace |
| 86 | + ^ |
| 87 | + source-code-dart-keyword-operator |
| 88 | + ^ |
| 89 | + source-code-dart-whitespace |
| 90 | + ^^ |
| 91 | + source-code-dart-literal-number |
| 92 | + ^ |
| 93 | + source-code-dart-punctuation |
| 94 | +} |
| 95 | +^ |
| 96 | +source-code-dart-punctuation |
0 commit comments