[AA FIR] support symbol restoring for static members
^KT-55487 Fixed
This commit is contained in:
committed by
Space Team
parent
f3c7972d20
commit
e476150025
@@ -0,0 +1,9 @@
|
||||
// DO_NOT_CHECK_SYMBOL_RESTORE_K1
|
||||
|
||||
enum class MyKotlinEnum {
|
||||
FirstEntry, SecondEntry;
|
||||
}
|
||||
|
||||
fun test() {
|
||||
MyKotlinEnum.valu<caret>es()
|
||||
}
|
||||
Reference in New Issue
Block a user