Files
kotlin-fork/compiler/testData/codegen/box/when
Alexander Udalov 95be7171bc JVM IR: fix "null" as the first entry in MappedEnumWhenLowering
If "null" was the first entry in an optimizable "when" over enum,
mapRuntimeEnumEntry was called before mapConstEnumEntry, and the
$WhenMappings field was not created. Now both mapConstEnumEntry and
mapRuntimeEnumEntry create this field on the first access
2019-10-23 11:03:22 +02:00
..
2018-07-23 15:08:18 +03:00
2018-07-10 13:34:19 +03:00
2018-06-14 19:54:30 +03:00