blob: 0360bda5c07370f9ab4b4fc3eaa88680bf917232 [file] [log] [blame]
// "Convert too long character literal to string" "false"
// ACTION: Introduce local variable
// ACTION: To raw string literal
// ERROR: Illegal escape: '\ '
fun foo() {
"\ <caret>"
}