Skip to content

Commit 7d0aa42

Browse files
committed
Regression test for #8833
1 parent 3bcdc34 commit 7d0aa42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/pos/i8833.scala

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@main def Test = {
2+
implicitly[("k" | "v") <:< ("k" | "v")]
3+
implicitly[("k" | "v") =:= ("k" | "v")]
4+
}

0 commit comments

Comments
 (0)