5 lines
86 B
Plaintext
Vendored
5 lines
86 B
Plaintext
Vendored
// "Convert too long character literal to string" "true"
|
|
|
|
fun foo() {
|
|
"foo\"bar"
|
|
} |