We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bcdc34 commit 7d0aa42Copy full SHA for 7d0aa42
tests/pos/i8833.scala
@@ -0,0 +1,4 @@
1
+@main def Test = {
2
+ implicitly[("k" | "v") <:< ("k" | "v")]
3
+ implicitly[("k" | "v") =:= ("k" | "v")]
4
+}
0 commit comments