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