Regenerate test data with constructed descriptors for diagnostics tests
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
package
|
||||
|
||||
package override {
|
||||
|
||||
package override.generics {
|
||||
|
||||
internal abstract class MyAbstractClass</*0*/ T> {
|
||||
public constructor MyAbstractClass</*0*/ T>()
|
||||
internal abstract val pr: T
|
||||
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 abstract class MyLegalAbstractClass2</*0*/ T> : override.generics.MyAbstractClass<kotlin.Int> {
|
||||
public constructor MyLegalAbstractClass2</*0*/ T>(/*0*/ t: T)
|
||||
internal final val </*0*/ R> pr: T
|
||||
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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user