0df5d5158d
#KT-38297 Fixed
6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
annotation class X(val value: Y)
|
|
annotation class Y()
|
|
|
|
@X(Y())
|
|
fun foo() {}
|
|
|