We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2538e8 commit df3ba64Copy full SHA for df3ba64
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