Files
kotlin-fork/idea/testData/codeInsight/surroundWith/parentheses/notApplicable/qualifiedExpressionSecond.kt
T

6 lines
92 B
Kotlin

fun foo() {
val a = ""
a.<selection>charAt</selection>(1)
}
// IS_APPLICABLE: false