2a9108bcd3
Related to #KT-23788
8 lines
188 B
Kotlin
Vendored
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>"
|
|
} |