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 6563917 commit 208c91aCopy full SHA for 208c91a
tests/pickling/hk.scala
@@ -31,7 +31,7 @@ object higherKinded {
31
}
32
33
class Ident[-T >: Untyped] extends Tree[T] {
34
- type ThisType[-U] = Ident[U]
+ type ThisType[-U >: Untyped] = Ident[U]
35
36
37
val id = new Ident[Integer]
tests/pos/hk.scala
0 commit comments