Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
tooLongCharLiteralToString
/
doubleQuotesShouldBeEscaped.kt
blob: ecfb283f6c50ca8a63945a570e3c080691d0fc69 [
file
] [
log
] [
blame
]
// "Convert too long character literal to string" "true"
fun foo
()
{
'foo"bar'<caret>
}