Files
kotlin-fork/idea/testData/quickfix/tooLongCharLiteralToString/doubleQuotesShouldBeEscaped.kt.after
T

5 lines
86 B
Plaintext
Vendored

// "Convert too long character literal to string" "true"
fun foo() {
"foo\"bar"
}