9 lines
89 B
Kotlin
9 lines
89 B
Kotlin
// "Create class 'A'" "true"
|
|
// ERROR: Unresolved reference: A
|
|
import J.A
|
|
|
|
class X {
|
|
|
|
}
|
|
|