5 lines
92 B
Kotlin
Vendored
5 lines
92 B
Kotlin
Vendored
// "Convert too long character literal to string" "true"
|
|
|
|
fun foo() {
|
|
'foo"bar'<caret>
|
|
} |