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

5 lines
81 B
Kotlin

fun main(args: Array<String>){
val x = "abc"
val y = x +<caret> ".bar"
}