FIR: Adjust diagnostics test data after resolution of context receivers
This commit is contained in:
+3
-3
@@ -3,6 +3,6 @@
|
||||
class A(val a: String?)
|
||||
|
||||
context(A) fun f() {
|
||||
if (this<!UNRESOLVED_LABEL!>@A<!>.a == null) return
|
||||
this<!UNRESOLVED_LABEL!>@A<!>.a.length
|
||||
}
|
||||
if (this@A.a == null) return
|
||||
this@A.a.length
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user