Files
kotlin-fork/compiler/testData
Ting-Yuan Huang 0dd09ea7de JVM_IR: Lower IrGetEnumValue to this whenever possible.
The reference can be lowered to `this` if it is captured in the lexical
scope of the corresponding enum entry, and not used by the enum entry's
super constructor. Otherwise, it is lowered to
`GETFIELD SomeEnum.SomeEntry`.
2019-04-12 08:58:43 +02:00
..
2019-03-28 14:26:09 +01:00
2019-03-26 17:17:54 +01:00
2019-04-10 14:39:16 +03:00