mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +00:00
10 lines
249 B
Kotlin
Vendored
10 lines
249 B
Kotlin
Vendored
// "Create enum constant 'A'" "false"
|
|
// ACTION: Create class 'A'
|
|
// ACTION: Create interface 'A'
|
|
// ACTION: Create object 'A'
|
|
// ACTION: Create enum 'A'
|
|
// ACTION: Create annotation 'A'
|
|
// ERROR: Unresolved reference: A
|
|
package p
|
|
|
|
import p.<caret>A |