Fix AE exception in "Convert too long character literal to string"
So #KT-23608 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
1cbaab1531
commit
52d72ab920
+5
@@ -0,0 +1,5 @@
|
||||
// "Convert too long character literal to string" "true"
|
||||
|
||||
fun foo() {
|
||||
'foo\"bar'<caret>
|
||||
}
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
// "Convert too long character literal to string" "true"
|
||||
|
||||
fun foo() {
|
||||
"foo\"bar"
|
||||
}
|
||||
Reference in New Issue
Block a user