Skip to content

Commit 8082a5d

Browse files
committed
.
1 parent c7d109b commit 8082a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/dotty/tools/dotc/printing/SyntaxHighlightingTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class SyntaxHighlightingTests extends DottyTest {
9595
test("val foo = 123", "<K|val> <V|foo> = <L|123>")
9696
test(
9797
"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>))"
98+
"<K|val> <V|foo>: <T|List>[<T|List>[<T|Int>]] = <K|List>(<K|List>(<L|1>))"
9999
)
100100

101101
test("var", "<K|var>")

0 commit comments

Comments
 (0)