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

6 lines
121 B
Kotlin
Vendored

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