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