Files
kotlin-fork/compiler/testData/ir/irText/classes/classes.txt
T
2016-10-18 09:08:44 +03:00

16 lines
459 B
Plaintext
Vendored

FILE /classes.kt
CLASS CLASS TestClass
FUN public constructor TestClass()
BLOCK_BODY
CLASS INTERFACE TestInterface
CLASS OBJECT TestObject
FUN private constructor TestObject()
BLOCK_BODY
CLASS ANNOTATION_CLASS TestAnnotationClass
FUN public constructor TestAnnotationClass()
BLOCK_BODY
CLASS ENUM_CLASS TestEnumClass
FUN private constructor TestEnumClass()
BLOCK_BODY
ENUM_CONSTRUCTOR_CALL Enum super