113ab7640e
(cherry picked from commit 543c6bc)
5 lines
76 B
Plaintext
5 lines
76 B
Plaintext
annotation class X(val value: Y)
|
|
annotation class Y()
|
|
|
|
@X(@Y())
|
|
fun foo() {} |