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