blob: ecfb283f6c50ca8a63945a570e3c080691d0fc69 [file] [log] [blame]
// "Convert too long character literal to string" "true"
fun foo() {
'foo"bar'<caret>
}