We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dac1813 + 7d0aa42 commit 1379ffcCopy full SHA for 1379ffc
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