Files
kotlin-fork/idea/testData/intentions/convertToStringTemplate/specialCharsInCharLiteral.kt
T
Valentin Kipyatkov 9c426e70e1 Fixed EA-75114
2016-02-05 16:29:57 +03:00

4 lines
98 B
Kotlin
Vendored

fun foo(p1: Int, p2: Int, p3: Int) {
val v = <caret>"a" + p1 + '\n' + p2 + '\r' + p3 + '\t'
}