Files
kotlin/compiler/testData/diagnostics/tests
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-02-21 12:04:23 +03:00
2019-04-10 14:39:16 +03:00
2017-01-19 09:53:17 +03:00
2017-05-15 11:24:35 +03:00
2018-06-04 12:21:47 +03:00
2017-11-29 02:54:26 +03:00
2017-05-15 11:24:35 +03:00
2017-05-15 11:24:35 +03:00
2017-01-16 17:25:13 +03:00