[AA K2] symbol pointers: add tests on enum entry
^KT-54311
This commit is contained in:
committed by
Space Team
parent
03fed7a47f
commit
c6a3ca86eb
@@ -0,0 +1,12 @@
|
||||
// DO_NOT_CHECK_NON_PSI_SYMBOL_RESTORE
|
||||
|
||||
enum class MyEnumClass {
|
||||
FirstEntry {
|
||||
fun a() {}
|
||||
},
|
||||
SecondEntry,
|
||||
ThirdEntry {
|
||||
fun one() {}
|
||||
fun one(i: Int) {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user