9 lines
94 B
Plaintext
Vendored
9 lines
94 B
Plaintext
Vendored
// "Create annotation 'A'" "true"
|
|
package p
|
|
|
|
import p.X.A
|
|
|
|
class X {
|
|
annotation class A
|
|
|
|
} |