Unescape single quote when converting to string template
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun test(p: String): String {
|
||||
return <caret>p + '\''
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun test(p: String): String {
|
||||
return <caret>"$p'"
|
||||
}
|
||||
Reference in New Issue
Block a user