|
| 1 | +// SYNTAX TEST "source.scala" |
| 2 | + |
| 3 | + export |
| 4 | +// ^^^^^^ meta.export.scala keyword.other.export.scala |
| 5 | + |
| 6 | + |
| 7 | + export a.x |
| 8 | +// ^^^^^^ meta.export.scala keyword.other.export.scala |
| 9 | +// ^ meta.export.scala |
| 10 | +// ^ meta.export.scala entity.name.export.scala |
| 11 | +// ^ meta.export.scala punctuation.definition.export |
| 12 | +// ^ meta.export.scala entity.name.export.scala |
| 13 | + |
| 14 | + export a._ |
| 15 | +// ^^^^^^ meta.export.scala keyword.other.export.scala |
| 16 | +// ^ meta.export.scala |
| 17 | +// ^ meta.export.scala entity.name.export.scala |
| 18 | +// ^ meta.export.scala punctuation.definition.export |
| 19 | +// ^ meta.export.scala entity.name.export.scala |
| 20 | + |
| 21 | + export a.{x, y} |
| 22 | +// ^^^^^^ meta.export.scala keyword.other.export.scala |
| 23 | +// ^ meta.export.scala |
| 24 | +// ^ meta.export.scala entity.name.export.scala |
| 25 | +// ^ meta.export.scala punctuation.definition.export |
| 26 | +// ^ meta.export.scala meta.export.selector.scala meta.bracket.scala |
| 27 | +// ^ meta.export.scala entity.name.export.scala |
| 28 | +// ^^ meta.export.scala meta.export.selector.scala |
| 29 | +// ^ meta.export.scala meta.export.selector.scala entity.name.export.scala |
| 30 | +// ^ meta.export.scala meta.export.selector.scala meta.bracket.scala |
| 31 | + |
| 32 | + export a.{x => y} |
| 33 | +// ^^^^^^ meta.export.scala keyword.other.export.scala |
| 34 | +// ^ meta.export.scala |
| 35 | +// ^ meta.export.scala entity.name.export.scala |
| 36 | +// ^ meta.export.scala punctuation.definition.export |
| 37 | +// ^ meta.export.scala meta.export.selector.scala meta.bracket.scala |
| 38 | +// ^ meta.export.scala meta.export.selector.scala entity.name.export.renamed-from.scala |
| 39 | +// ^ meta.export.scala meta.export.selector.scala |
| 40 | +// ^^ meta.export.scala meta.export.selector.scala |
| 41 | +// ^ meta.export.scala meta.export.selector.scala |
| 42 | +// ^ meta.export.scala meta.export.selector.scala entity.name.export.renamed-to.scala |
| 43 | +// ^ meta.export.scala meta.export.selector.scala meta.bracket.scala |
| 44 | + |
| 45 | + export given |
| 46 | +// ^^^^^^ meta.export.scala keyword.other.export.scala |
| 47 | +// ^^^^^ meta.export.scala |
| 48 | + |
| 49 | + export given a.x |
| 50 | +// ^^^^^^ meta.export.scala keyword.other.export.scala |
| 51 | +// ^^^^ meta.export.scala |
| 52 | +// ^ meta.export.scala |
| 53 | +// ^ meta.export.scala entity.name.export.scala |
| 54 | +// ^ meta.export.scala punctuation.definition.export |
| 55 | +// ^ meta.export.scala entity.name.export.scala |
| 56 | + |
| 57 | + export given a._ |
| 58 | +// ^^^^^^ meta.export.scala keyword.other.export.scala |
| 59 | +// ^^^^^ meta.export.scala |
| 60 | +// ^ meta.export.scala |
| 61 | +// ^ meta.export.scala entity.name.export.scala |
| 62 | +// ^ meta.export.scala punctuation.definition.export |
| 63 | +// ^ meta.export.scala entity.name.export.scala |
| 64 | + |
| 65 | + export given a.{x, y} |
| 66 | +// ^^^^^^ meta.export.scala keyword.other.export.scala |
| 67 | +// ^^^^^ meta.export.scala |
| 68 | +// ^ meta.export.scala |
| 69 | +// ^ meta.export.scala entity.name.export.scala |
| 70 | +// ^ meta.export.scala punctuation.definition.export |
| 71 | +// ^ meta.export.scala meta.export.selector.scala meta.bracket.scala |
| 72 | +// ^ meta.export.scala entity.name.export.scala |
| 73 | +// ^^ meta.export.scala meta.export.selector.scala |
| 74 | +// ^ meta.export.scala meta.export.selector.scala entity.name.export.scala |
| 75 | +// ^ meta.export.scala meta.export.selector.scala meta.bracket.scala |
| 76 | + |
| 77 | + export given a.{x => y} |
| 78 | +// ^^^^^^ meta.export.scala keyword.other.export.scala |
| 79 | +// ^^^^^ meta.export.scala |
| 80 | +// ^ meta.export.scala |
| 81 | +// ^ meta.export.scala entity.name.export.scala |
| 82 | +// ^ meta.export.scala punctuation.definition.export |
| 83 | +// ^ meta.export.scala meta.export.selector.scala meta.bracket.scala |
| 84 | +// ^ meta.export.scala meta.export.selector.scala entity.name.export.renamed-from.scala |
| 85 | +// ^ meta.export.scala meta.export.selector.scala |
| 86 | +// ^^ meta.export.scala meta.export.selector.scala |
| 87 | +// ^ meta.export.scala meta.export.selector.scala |
| 88 | +// ^ meta.export.scala meta.export.selector.scala entity.name.export.renamed-to.scala |
| 89 | +// ^ meta.export.scala meta.export.selector.scala meta.bracket.scala |
0 commit comments