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

6 lines
124 B
Kotlin

// IS_APPLICABLE: false
// ERROR: Unresolved reference: /
fun main(args: Array<String>){
val x = "def" /<caret> "abc"
}