[AA] Add declared member scope tests for enum entry initializers
^KT-61425
This commit is contained in:
committed by
Space Team
parent
72de86a8ba
commit
536e172d0e
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
// DO_NOT_CHECK_NON_PSI_SYMBOL_RESTORE_K1
|
||||
package test
|
||||
|
||||
enum class E {
|
||||
A {
|
||||
val x: String = ""
|
||||
}
|
||||
}
|
||||
|
||||
// enum_entry_initializer: test/E.A
|
||||
Reference in New Issue
Block a user