Files
kotlin-fork/idea/testData/intentions/convertToStringTemplate/consecutiveNewlines.kt
T
Valentin Kipyatkov 8056c5182a Fixed EA-73613
2016-02-11 12:26:22 +03:00

10 lines
123 B
Kotlin
Vendored

// WITH_RUNTIME
// IS_APPLICABLE: false
fun main(args: Array<String>){
val y = "abcd" +<caret> listOf( 1,
2 )
}