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