|
42 | 42 | // ^ meta.import.scala meta.import.selector.scala entity.name.import.renamed-to.scala
|
43 | 43 | // ^ meta.import.scala meta.import.selector.scala meta.bracket.scala
|
44 | 44 |
|
45 |
| - import a.{given _} |
| 45 | + import a.`given` |
46 | 46 | // ^^^^^^ meta.import.scala keyword.other.import.scala
|
47 | 47 | // ^ meta.import.scala
|
48 | 48 | // ^ meta.import.scala entity.name.import.scala
|
49 | 49 | // ^ meta.import.scala punctuation.definition.import
|
| 50 | +// ^^^^^^^ - keyword.other.import.given.scala |
| 51 | + |
| 52 | + import a.given |
| 53 | +// ^^^^^^ meta.import.scala keyword.other.import.scala |
| 54 | +// ^ meta.import.scala |
| 55 | +// ^ meta.import.scala entity.name.import.scala |
| 56 | +// ^ meta.import.scala punctuation.definition.import |
| 57 | +// ^^^^^ meta.import.scala keyword.other.import.given.scala |
| 58 | + |
| 59 | + import A.{given} |
| 60 | +// ^^^^^^ meta.import.scala keyword.other.import.scala |
| 61 | +// ^ meta.import.scala |
| 62 | +// ^ meta.import.scala entity.name.class.import.scala |
| 63 | +// ^ meta.import.scala punctuation.definition.import |
50 | 64 | // ^ meta.import.scala meta.import.selector.scala meta.bracket.scala
|
51 | 65 | // ^^^^^ meta.import.scala keyword.other.import.given.scala
|
52 | 66 | // ^ meta.import.scala meta.import.selector.scala
|
53 |
| -// ^ meta.import.scala entity.name.import.scala |
54 |
| -// ^ meta.import.scala meta.import.selector.scala |
| 67 | + |
| 68 | + |
| 69 | + import A.{`given`, _} |
| 70 | +// ^^^^^^ meta.import.scala keyword.other.import.scala |
| 71 | +// ^ meta.import.scala |
| 72 | +// ^ meta.import.scala entity.name.class.import.scala |
| 73 | +// ^ meta.import.scala punctuation.definition.import |
| 74 | +// ^ meta.import.scala meta.import.selector.scala meta.bracket.scala |
| 75 | +// ^^^^^^^ - keyword.other.import.given.scala |
| 76 | +// ^^ meta.import.scala meta.import.selector.scala |
| 77 | +// ^ meta.import.scala entity.name.import.scala |
| 78 | +// ^ meta.import.scala meta.import.selector.scala |
| 79 | + |
| 80 | + import A.{given, _} |
| 81 | +// ^^^^^^ meta.import.scala keyword.other.import.scala |
| 82 | +// ^ meta.import.scala |
| 83 | +// ^ meta.import.scala entity.name.class.import.scala |
| 84 | +// ^ meta.import.scala punctuation.definition.import |
| 85 | +// ^ meta.import.scala meta.import.selector.scala meta.bracket.scala |
| 86 | +// ^^^^^ meta.import.scala keyword.other.import.given.scala |
| 87 | +// ^^ meta.import.scala meta.import.selector.scala |
| 88 | +// ^ meta.import.scala entity.name.import.scala |
| 89 | +// ^ meta.import.scala meta.import.selector.scala |
| 90 | + |
55 | 91 |
|
56 | 92 | import A.{given TC}
|
57 | 93 | // ^^^^^^ meta.import.scala keyword.other.import.scala
|
|
63 | 99 | // ^ meta.import.scala meta.import.selector.scala
|
64 | 100 | // ^^ meta.import.scala entity.name.class.import.scala
|
65 | 101 | // ^ meta.import.scala meta.import.selector.scala
|
| 102 | + |
| 103 | + import A.{a, given Ordering[?]} |
| 104 | +// ^^^^^^ meta.import.scala keyword.other.import.scala |
| 105 | +// ^ meta.import.scala |
| 106 | +// ^ meta.import.scala entity.name.class.import.scala |
| 107 | +// ^ meta.import.scala punctuation.definition.import |
| 108 | +// ^ meta.import.scala meta.import.selector.scala meta.bracket.scala |
| 109 | +// ^ meta.import.scala entity.name.import.scala |
| 110 | +// ^^ meta.import.scala meta.import.selector.scala |
| 111 | +// ^^^^^ meta.import.scala keyword.other.import.given.scala |
| 112 | +// ^ meta.import.scala meta.import.selector.scala |
| 113 | +// ^^^^^^^^ meta.import.scala entity.name.class.import.scala |
| 114 | +// ^^^^ meta.import.scala meta.import.selector.scala |
| 115 | + |
| 116 | + import A.{given Ordering[?], given ExecutionContext} |
| 117 | +// ^^^^^^ meta.import.scala keyword.other.import.scala |
| 118 | +// ^ meta.import.scala |
| 119 | +// ^ meta.import.scala entity.name.class.import.scala |
| 120 | +// ^ meta.import.scala punctuation.definition.import |
| 121 | +// ^ meta.import.scala meta.import.selector.scala meta.bracket.scala |
| 122 | +// ^^^^^ meta.import.scala keyword.other.import.given.scala |
| 123 | +// ^ meta.import.scala meta.import.selector.scala |
| 124 | +// ^^^^^^^^ meta.import.scala entity.name.class.import.scala |
| 125 | +// ^^^^^ meta.import.scala meta.import.selector.scala |
| 126 | +// ^^^^^ meta.import.scala keyword.other.import.given.scala |
| 127 | +// ^ meta.import.scala meta.import.selector.scala |
| 128 | +// ^^^^^^^^^^^^^^^^ meta.import.scala entity.name.class.import.scala |
| 129 | +// ^ meta.import.scala meta.import.selector.scala |
0 commit comments