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