KT-11912 String interpolation is not converted to ${} form when accessing this.property
#KT-11912 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun String.foo() {
|
||||
val s = "$this.<caret>"
|
||||
}
|
||||
|
||||
// ELEMENT: equals
|
||||
// TAIL_TEXT: "(other: Any?)"
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
fun String.foo() {
|
||||
val s = "${this.equals(<caret>)}"
|
||||
}
|
||||
|
||||
// ELEMENT: equals
|
||||
// TAIL_TEXT: "(other: Any?)"
|
||||
Reference in New Issue
Block a user