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