8 lines
84 B
Plaintext
Vendored
8 lines
84 B
Plaintext
Vendored
// "Create annotation 'foo'" "true"
|
|
|
|
@[foo()] fun test() {
|
|
|
|
}
|
|
|
|
annotation class foo
|