[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 {
|
||||
val a: Int = 1
|
||||
},
|
||||
SecondEntry,
|
||||
ThirdEntry {
|
||||
val b = 2
|
||||
val Int.d get() = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user