Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
tooLongCharLiteralToString
/
startWithBackslash.kt
blob: 85e4be723e7911718cc060dacfcbccd750aaf279 [
file
]
// "Convert too long character literal to string" "true"
// ERROR: Illegal escape: '\ '
fun foo
()
{
'\ bar<caret>'
}