41a416da60
Delete all test methods (and empty test classes), since they'll be auto-generated
9 lines
99 B
Kotlin
9 lines
99 B
Kotlin
class A {
|
|
class object {}
|
|
enum class E {
|
|
OK
|
|
}
|
|
}
|
|
|
|
fun box() = A.E.OK.toString()
|