Updata test data: txt files for diagnostics tests
This commit is contained in:
@@ -3,8 +3,8 @@ package test
|
||||
internal final class A {
|
||||
/*primary*/ public constructor A()
|
||||
|
||||
internal class object <class-object-for-A> {
|
||||
/*primary*/ private constructor <class-object-for-A>()
|
||||
internal class object Default {
|
||||
/*primary*/ private constructor Default()
|
||||
}
|
||||
|
||||
internal final enum class E : kotlin.Enum<test.A.E> {
|
||||
@@ -13,13 +13,6 @@ internal final class A {
|
||||
public final override /*1*/ /*fake_override*/ fun compareTo(/*0*/ other: test.A.E): kotlin.Int
|
||||
public final override /*1*/ /*fake_override*/ fun name(): kotlin.String
|
||||
public final override /*1*/ /*fake_override*/ fun ordinal(): kotlin.Int
|
||||
|
||||
public class object <class-object-for-ENTRY> : test.A.E.ENTRY {
|
||||
/*primary*/ private constructor <class-object-for-ENTRY>()
|
||||
public final override /*1*/ /*fake_override*/ fun compareTo(/*0*/ other: test.A.E): kotlin.Int
|
||||
public final override /*1*/ /*fake_override*/ fun name(): kotlin.String
|
||||
public final override /*1*/ /*fake_override*/ fun ordinal(): kotlin.Int
|
||||
}
|
||||
}
|
||||
|
||||
/*primary*/ private constructor E()
|
||||
|
||||
Reference in New Issue
Block a user