Skip to content

Commit df3ba64

Browse files
committed
Regression test for #8833
1 parent c2538e8 commit df3ba64

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)