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,7 @@
package
internal interface Some {
public enum entry D : Some {
private constructor D()
internal abstract override /*1*/ /*fake_override*/ val foo: kotlin.Int
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
internal abstract override /*1*/ /*fake_override*/ fun test(): kotlin.Unit
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
}
enum entry D
internal abstract val foo: kotlin.Int
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean