mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 00:21:35 +00:00
8 lines
78 B
Kotlin
8 lines
78 B
Kotlin
// "Create annotation 'A'" "true"
|
|
package p
|
|
|
|
import p.X.<caret>A
|
|
|
|
class X {
|
|
|
|
} |