Don't render contents of enum entry classes in .txt tests, regenerate tests
They are irrelevant because cannot be accessed from the outside anyway
This commit is contained in:
+2
-7
@@ -8,16 +8,11 @@ public open class DefaultArgumentInEnumConstructor {
|
||||
}
|
||||
|
||||
internal final enum class K : kotlin.Enum<test.K> {
|
||||
public enum entry ENTRY : test.K {
|
||||
private constructor ENTRY()
|
||||
invisible_fake final /*fake_override*/ val default: kotlin.String
|
||||
public final /*fake_override*/ fun compareTo(/*0*/ test.K): kotlin.Int
|
||||
public final /*fake_override*/ fun name(): kotlin.String
|
||||
public final /*fake_override*/ fun ordinal(): kotlin.Int
|
||||
}
|
||||
enum entry ENTRY
|
||||
|
||||
private constructor K(/*0*/ kotlin.String = ...)
|
||||
private final val default: kotlin.String
|
||||
protected final /*fake_override*/ fun clone(): kotlin.Any
|
||||
public final /*fake_override*/ fun compareTo(/*0*/ test.K): kotlin.Int
|
||||
public final /*fake_override*/ fun name(): kotlin.String
|
||||
public final /*fake_override*/ fun ordinal(): kotlin.Int
|
||||
|
||||
Reference in New Issue
Block a user