Build recursive raw types and raw types which contain type parameters properly
1) Substitute erasure of other type parameters 2) Use star projection at top level for recursive raw types ^KT-46126 Fixed
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ package a {
|
||||
public open class C</*0*/ B : a.C<B!>!> {
|
||||
public constructor C</*0*/ B : a.C<B!>!>()
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open fun foo(): a.C<(raw) a.C<*>!>!
|
||||
public open fun foo(): a.C<(raw) *>!
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
|
||||
|
||||
Reference in New Issue
Block a user