We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31fc9ab commit 402a8aeCopy full SHA for 402a8ae
tests/pos/i5699.scala
@@ -0,0 +1,5 @@
1
+def test = {
2
+ type M = { type T[+A] } & { type T[-A] }
3
+ val M: M = ().asInstanceOf[M]
4
+ M: M
5
+}
0 commit comments