Files
kotlin-fork/idea/testData/quickfix/tooLongCharLiteralToString/startWithBackslashInString.kt
T
2018-05-22 16:38:29 +03:00

8 lines
188 B
Kotlin
Vendored

// "Convert too long character literal to string" "false"
// ACTION: Introduce local variable
// ACTION: To raw string literal
// ERROR: Illegal escape: '\ '
fun foo() {
"\ <caret>"
}