Skip to content

Commit 1379ffc

Browse files
authored
Merge pull request #12154 from dotty-staging/test-8833
Regression test for #8833
2 parents dac1813 + 7d0aa42 commit 1379ffc

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)