FIR: add temporary access to Enum.getDeclaringClass (see KT-49653)

This commit is contained in:
Mikhail Glukhikh
2022-01-25 18:10:09 +03:00
committed by TeamCityServer
parent c2ab09fa84
commit 983fa4c8c7
24 changed files with 201 additions and 9 deletions
@@ -1,7 +1,7 @@
enum class TestEnum {
ENTRY;
fun getDeclaringClass() {}
fun <!VIRTUAL_MEMBER_HIDDEN!>getDeclaringClass<!>() {}
fun finalize() {}
}