Files
kotlin-fork/compiler/testData/codegen/enum
Alexander Udalov 37fd9cea08 Place inner enum into its parent's class object
#KT-2771 In Progress

ClassifierCollector now collects all enum declarations inside non-static
classes. After all declarations are done, it processes these enums: creates
a class object if it's not present, reports errors on each enum if a class
object is not allowed, and puts every enum into this class object otherwise,
recording this fact to trace.
2012-09-20 15:02:13 +04:00
..
2012-08-29 15:58:24 +04:00
2012-08-15 10:44:33 +03:00
2012-08-14 12:25:06 +04:00
2012-08-13 22:37:27 +03:00
2012-08-13 22:37:27 +03:00
2012-06-02 02:18:28 +04:00
2012-08-13 22:37:27 +03:00
2012-08-13 22:37:27 +03:00