Skip to content

Commit 238751f

Browse files
committed
Add test case
1 parent fae14bb commit 238751f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/pickling/i3816.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)