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

7 lines
155 B
Kotlin
Vendored

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