We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc51ec8 + adc2b6b commit 87a6ce4Copy full SHA for 87a6ce4
tests/neg/4382.scala
@@ -0,0 +1,3 @@
1
+trait x0[x0[_]] {
2
+ (??? : x0[_]): x0[Int] // error
3
+}
0 commit comments