Files
kotlin-fork/compiler/testData/compileKotlinAgainstKotlin/InnerEnum.A.kt
T

8 lines
58 B
Kotlin

package aaa
class A {
enum class E {
A
}
}