[Tests] Make build green again
This commit is contained in:
committed by
TeamCityServer
parent
8ec418e90f
commit
f9e6365461
+1
-1
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user