Files
kotlin-fork/idea/testData/quickfix/tooLongCharLiteralToString/ecapedDoubleQuotesShouldNotBeEscaped.kt.after
T
2018-04-11 17:00:38 +03:00

5 lines
86 B
Plaintext
Vendored

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