Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
removeAtFromAnnotationArgument
/
simple.kt
blob: c11d0a133e2fa10ad43db19bdfa3dd14f3b2c533 [
file
]
// "Remove @ from annotation argument" "true"
annotation
class
Y
()
annotation
class
X
(
val value
:
Y
)
@X
(
@Y
()<
caret
>)
fun foo
()
{
}