[Tests] Add missing and fix incorrect
This commit is contained in:
committed by
TeamCityServer
parent
f92ac6ca14
commit
b0a7be72e8
+2
-2
@@ -1,6 +1,6 @@
|
||||
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<!>.length
|
||||
if (this<!UNRESOLVED_LABEL!>@A<!>.a == null) return
|
||||
this<!UNRESOLVED_LABEL!>@A<!>.a.length
|
||||
}
|
||||
Reference in New Issue
Block a user