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 fae14bb commit 238751fCopy full SHA for 238751f
tests/pickling/i3816.scala
@@ -0,0 +1,4 @@
1
+trait Iterable { self =>
2
+ //type CC <: Iterable { type CC = self.CC }
3
+ type DD[X] <: Iterable { type DD[Y] = self.DD[Y] }
4
+}
0 commit comments