70561cc539
Use the code from PsiClassImpl / ClsClassImpl, which for some reason is absent in AbstractLightClass #KT-5591 Fixed
6 lines
61 B
Kotlin
6 lines
61 B
Kotlin
package test
|
|
|
|
enum class TestEnum {
|
|
first second third
|
|
}
|