[Tests] Make build green again

This commit is contained in:
Anastasiya Shadrina
2021-07-26 20:59:49 +07:00
committed by TeamCityServer
parent 8ec418e90f
commit f9e6365461
11 changed files with 30 additions and 33 deletions
@@ -2,5 +2,5 @@ class A(val a: String?)
context(A) fun f() {
if (<!UNRESOLVED_LABEL!>this@A<!>.<!UNRESOLVED_REFERENCE!>a<!> == null) return
<!UNRESOLVED_LABEL!>this@A<!>.<!UNRESOLVED_REFERENCE!>a<!>.<!UNRESOLVED_REFERENCE!>length<!>
<!UNRESOLVED_LABEL!>this@A<!>.<!UNRESOLVED_REFERENCE!>a<!>.length
}