mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +00:00
12 lines
243 B
Kotlin
12 lines
243 B
Kotlin
// "Create object 'A'" "false"
|
|
// ERROR: Unresolved reference: A
|
|
// ACTION: Create annotation 'A'
|
|
// ACTION: Create class 'A'
|
|
// ACTION: Create enum 'A'
|
|
// ACTION: Create property 'A'
|
|
// ACTION: Create trait 'A'
|
|
import J.<caret>A
|
|
|
|
class X {
|
|
|
|
} |