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

6 lines
121 B
Plaintext
Vendored

// "Convert too long character literal to string" "true"
// ERROR: Unresolved reference: bar
fun foo() {
"foo$bar"
}