Files
kotlin-fork/compiler/testData/loadKotlinCustom/enum/innerEnum.kt
T
Alexander Udalov bce5cb9034 Support inner enums from binaries
#KT-2771 Fixed
2012-09-20 15:02:58 +04:00

8 lines
65 B
Kotlin

package test
class A {
enum class E {
ENTRY
}
}