Files
kotlin-fork/idea/testData/quickfix/tooLongCharLiteralToString/startWithBackslash.kt.after
T
2018-05-22 16:19:41 +03:00

6 lines
114 B
Plaintext
Vendored

// "Convert too long character literal to string" "true"
// ERROR: Illegal escape: '\ '
fun foo() {
"\ bar"
}