Regenerate test data with constructed descriptors for diagnostics tests
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
package
|
||||
|
||||
package a {
|
||||
|
||||
internal final class A {
|
||||
public constructor A()
|
||||
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
|
||||
}
|
||||
}
|
||||
|
||||
package b {
|
||||
internal val a.A.d: kotlin.Int
|
||||
}
|
||||
|
||||
package c {
|
||||
internal val a.A.d: kotlin.Int
|
||||
}
|
||||
|
||||
package d {
|
||||
internal fun a.A.test(): kotlin.Unit
|
||||
}
|
||||
Reference in New Issue
Block a user