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

5 lines
93 B
Kotlin
Vendored

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