536e172d0e
^KT-61425
13 lines
174 B
Kotlin
Vendored
13 lines
174 B
Kotlin
Vendored
// DO_NOT_CHECK_NON_PSI_SYMBOL_RESTORE_K1
|
|
package test
|
|
|
|
enum class E {
|
|
A {
|
|
val x: String = ""
|
|
};
|
|
|
|
val foo: Int = 5
|
|
}
|
|
|
|
// enum_entry_initializer: test/E.A
|