113ab7640e
(cherry picked from commit 543c6bc)
7 lines
90 B
Kotlin
Vendored
7 lines
90 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
annotation class X(val s: String)
|
|
|
|
@X("@@@"<caret>)
|
|
fun foo() {
|
|
} |