Fix wrong containingDeclaration for property type parameter.
This commit is contained in:
@@ -69,6 +69,15 @@ package Jet87 {
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
|
||||
internal trait G</*0*/ X> {
|
||||
internal abstract val </*0*/ A : Jet87.B> bal: kotlin.Double
|
||||
internal abstract val </*0*/ Y : Jet87.B> bas: kotlin.Double
|
||||
internal abstract val </*0*/ X : Jet87.A> boo: kotlin.Double where X : Jet87.B
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
|
||||
internal final class Test</*0*/ T> {
|
||||
public constructor Test</*0*/ T>()
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
|
||||
Reference in New Issue
Block a user