7 lines
76 B
Kotlin
7 lines
76 B
Kotlin
// "Create annotation 'A'" "true"
|
|
package p
|
|
|
|
import p.A
|
|
|
|
annotation class A
|