Alexander Udalov
d257285c86
Load Java enums as final classes
...
In case Java enum has an abstract member, it has the ACC_ABSTRACT flag
set in the bytecode. However, we should still load it with final
modality to be consistent with Kotlin enums which are always considered
final
#KT-23426 Fixed
2019-04-10 14:39:16 +03:00
..
2019-01-14 14:54:18 +03:00
2019-01-02 12:37:06 +01:00
2019-04-10 14:39:16 +03:00
2019-03-21 23:32:25 +03:00
2019-04-05 12:30:21 +03:00
2019-04-10 14:39:16 +03:00
2019-03-28 13:17:37 +01:00
2019-04-09 08:11:29 +02:00
2019-02-18 18:45:20 +03:00
2019-04-05 12:05:53 +03:00
2019-03-22 14:59:03 +01:00
2019-01-02 12:37:06 +01:00
2019-01-02 12:37:06 +01:00
2019-01-02 12:37:06 +01:00
2019-03-02 08:10:17 +01:00
2017-07-28 01:28:56 +03:00
2019-04-08 12:43:53 +03:00
2019-01-02 12:37:06 +01:00
2019-02-10 13:33:21 +01:00
2019-01-02 12:37:06 +01:00
2019-03-21 12:02:29 +01:00
2019-03-22 14:59:03 +01:00
2019-01-14 11:10:37 +03:00
2018-12-19 20:59:34 +03:00
2019-03-18 11:56:20 +03:00
2018-12-13 18:00:07 +01:00