KT-21770 Pasting into an interpolated string shouldn't escape $
This commit is contained in:
committed by
Dmitry Jemerov
parent
eb25ac44e6
commit
a4fbe95112
@@ -0,0 +1,3 @@
|
||||
class Bar() {
|
||||
val a = "begin This is $this end"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
class Foo() {
|
||||
val a = "<selection>This is $this</selection>"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
class Bar() {
|
||||
val a = "begin <caret> end"
|
||||
}
|
||||
Reference in New Issue
Block a user