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