Properly handle the case of backing field access qualified with 'this' reference
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// "Change '$bar' to 'bar'" "true"
|
||||
abstract class Bar {
|
||||
abstract var bar : String
|
||||
fun foo() = "foo" + <caret>this.$bar
|
||||
fun foo() = "foo" + this.<caret>$bar
|
||||
}
|
||||
Reference in New Issue
Block a user