Files
kotlin-fork/compiler/testData/diagnostics/tests/enum/interfaceWithEnumKeyword.txt
T
2015-09-08 02:04:32 +03:00

12 lines
394 B
Plaintext
Vendored

package
public interface Some {
enum entry D
public abstract 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
public abstract fun test(): kotlin.Unit
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
}