Enum entries generation (no underlying classes yet)

This commit is contained in:
Dmitry Petrov
2016-08-31 15:03:40 +03:00
committed by Dmitry Petrov
parent 917e7bffbd
commit bd76e39a8c
16 changed files with 254 additions and 23 deletions
+3 -3
View File
@@ -2,9 +2,9 @@ FILE /values.kt
CLASS ENUM_CLASS Enum
FUN private constructor Enum()
BLOCK_BODY
CLASS ENUM_ENTRY A
FUN private constructor A()
BLOCK_BODY
ENUM_CONSTRUCTOR_CALL Enum super
ENUM_ENTRY enum entry A
init: ENUM_CONSTRUCTOR_CALL Enum A
CLASS OBJECT A
FUN private constructor A()
BLOCK_BODY