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 47ba19c commit d6ff493Copy full SHA for d6ff493
compiler/test/dotty/tools/dotc/printing/SyntaxHighlightingTests.scala
@@ -39,7 +39,7 @@ class SyntaxHighlightingTests extends DottyTest {
39
test("type Foo", "<K|type> <T|Foo>")
40
test("type Foo =", "<K|type> <T|Foo> =")
41
test("type Foo = Int", "<K|type> <T|Foo> = <T|Int>")
42
- test("type A = String | Int", "<K|type> <T|A> = <T|String | Int>")
+ test("type A = String | Int", "<K|type> <T|A> = <T|String> <T||> <T|Int>")
43
test("type B = String & Int", "<K|type> <T|B> = <T|String & Int>")
44
}
45
0 commit comments