8 lines
111 B
Plaintext
Vendored
8 lines
111 B
Plaintext
Vendored
// "Create annotation 'foo'" "true"
|
|
|
|
@[foo(fooBar = 1)] fun test() {
|
|
|
|
}
|
|
|
|
annotation class foo(val fooBar: Int)
|