Files
kotlin-fork/compiler/testData/codegen/box
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
..
2019-10-05 10:52:59 +02:00
2019-08-04 01:35:05 +03:00
2018-10-15 00:03:45 +03:00
2018-07-10 13:34:19 +03:00
2019-06-10 17:37:52 +03:00
2019-04-08 13:10:22 +02:00
2018-07-10 13:34:19 +03:00
2019-05-06 19:34:25 +03:00
2018-08-09 14:22:50 +03:00
2019-10-18 17:20:22 +02:00
2019-01-24 23:05:56 +03:00
2019-10-18 17:22:58 +02:00
2018-10-22 16:32:55 +02:00
2018-10-10 17:27:37 +03:00
2019-02-19 16:37:47 +01:00