Files
kotlin/compiler/testData/loadJava/compiledJava/annotations/EnumArgumentWithCustomToString.txt
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

1.9 KiB
Vendored