blob: c11d0a133e2fa10ad43db19bdfa3dd14f3b2c533 [file]
// "Remove @ from annotation argument" "true"
annotation class Y()
annotation class X(val value: Y)
@X(@Y()<caret>)
fun foo() {
}