mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
7 lines
86 B
Kotlin
7 lines
86 B
Kotlin
// "Create enum 'A'" "true"
|
|
// ERROR: Unresolved reference: A
|
|
import J.A
|
|
|
|
class X {
|
|
|
|
} |