mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
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
|
|
}
|