Enum classes lowering.

This commit is contained in:
Dmitry Petrov
2016-09-28 15:11:37 +03:00
parent af76840826
commit fc754e533d
48 changed files with 1053 additions and 222 deletions
+3
View File
@@ -0,0 +1,3 @@
enum class Test { OK }
fun box() = Test.OK.toString()