Files
kotlin-fork/idea/testData/intentions/removeAtFromAnnotationArgument/stringAtmark.kt
T
2016-07-13 13:11:43 +03:00

7 lines
90 B
Kotlin
Vendored

// IS_APPLICABLE: false
annotation class X(val s: String)
@X("@@@"<caret>)
fun foo() {
}