[AA FIR] support symbol restoring for static members

^KT-55487 Fixed
This commit is contained in:
Dmitrii Gridin
2022-12-14 23:33:36 +01:00
committed by Space Team
parent f3c7972d20
commit e476150025
34 changed files with 581 additions and 18 deletions
@@ -0,0 +1,9 @@
// DO_NOT_CHECK_SYMBOL_RESTORE_K1
enum class MyKotlinEnum {
FirstEntry, SecondEntry;
}
fun test() {
MyKotlinEnum.valu<caret>es()
}