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:
Alexander Udalov
2015-08-28 15:07:42 +03:00
parent 29abf94327
commit 9882e86ecb
169 changed files with 560 additions and 3111 deletions
@@ -1,14 +1,10 @@
package test
internal final enum class MyEnum : kotlin.Enum<test.MyEnum> {
public enum entry OK : test.MyEnum {
private constructor OK()
public final /*fake_override*/ fun compareTo(/*0*/ test.MyEnum): kotlin.Int
public final /*fake_override*/ fun name(): kotlin.String
public final /*fake_override*/ fun ordinal(): kotlin.Int
}
enum entry OK
private constructor MyEnum()
protected final /*fake_override*/ fun clone(): kotlin.Any
public final /*fake_override*/ fun compareTo(/*0*/ test.MyEnum): kotlin.Int
public final /*fake_override*/ fun name(): kotlin.String
public final /*fake_override*/ fun ordinal(): kotlin.Int