Fix "Too long character literal -> string" in ILLEGAL_ESCAPE
Related to #KT-23788
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// "Convert too long character literal to string" "false"
|
||||
// ACTION: Introduce local variable
|
||||
// ACTION: To raw string literal
|
||||
// ERROR: Illegal escape: '\ '
|
||||
|
||||
fun foo() {
|
||||
"\ <caret>"
|
||||
}
|
||||
Reference in New Issue
Block a user