Skip to content

Commit 2f9c53b

Browse files
committed
Update structural-types semantics token test
We did not have highlights for the `end` marker for it before
1 parent e2a708c commit 2f9c53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presentation-compiler/test/dotty/tools/pc/tests/tokens/SemanticTokensSuite.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ class SemanticTokensSuite extends BaseSemanticTokensSuite:
262262
| } = new:
263263
| def <<scalameta>>/*method,definition*/ = "4.0"
264264
| <<V>>/*variable,readonly*/.<<scalameta>>/*method*/
265-
|end StructuralTypes
265+
|end <<StructuralTypes>>/*class,definition*/
266266
|""".stripMargin
267267
)
268268

0 commit comments

Comments
 (0)