We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d109b commit 8082a5dCopy full SHA for 8082a5d
compiler/test/dotty/tools/dotc/printing/SyntaxHighlightingTests.scala
@@ -95,7 +95,7 @@ class SyntaxHighlightingTests extends DottyTest {
95
test("val foo = 123", "<K|val> <V|foo> = <L|123>")
96
test(
97
"val foo: List[List[Int]] = List(List(1))",
98
- "<K|val> <V|foo>: <T|List>[<T|List>[<T|Int>]] = <T|List>(<T|List>(<L|1>))"
+ "<K|val> <V|foo>: <T|List>[<T|List>[<T|Int>]] = <K|List>(<K|List>(<L|1>))"
99
)
100
101
test("var", "<K|var>")
0 commit comments