[IR] update testdata: super and receiver for field accesses
This commit is contained in:
committed by
teamcityserver
parent
029ee6f2e7
commit
a6b408978f
@@ -8,7 +8,7 @@ class Derived : Base {
|
||||
fun setValue(v: Any) {
|
||||
when {
|
||||
v is String -> { // BLOCK
|
||||
#value = v /*as String */
|
||||
<this>super.#value = v /*as String */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user