8dd71ec5c8
1) Substitute erasure of other type parameters 2) Use star projection at top level for recursive raw types ^KT-46126 Fixed
20 lines
560 B
Plaintext
Vendored
20 lines
560 B
Plaintext
Vendored
package
|
|
|
|
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) *>!
|
|
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
|
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
|
|
|
// Static members
|
|
public open fun create(): a.C<*>!
|
|
}
|
|
}
|
|
|
|
package d {
|
|
public fun test(): kotlin.Unit
|
|
}
|