Files
kotlin-fork/idea/testData/intentions/convertToStringTemplateIntention/notApplicableForErrorElement.kt
T

5 lines
84 B
Kotlin

// IS_APPLICABLE: false
fun main(args: Array<String>){
val x = "x" +<caret> "
}