85cd1e938e
So #KT-23788 Fixed
6 lines
114 B
Plaintext
Vendored
6 lines
114 B
Plaintext
Vendored
// "Convert too long character literal to string" "true"
|
|
// ERROR: Illegal escape: '\ '
|
|
|
|
fun foo() {
|
|
"\ bar"
|
|
} |