[PSI, FE, PSI2IR] Use labels for referencing specific receiver
This commit is contained in:
committed by
TeamCityServer
parent
aaabf5e1ca
commit
1bcaeabd84
+6
@@ -0,0 +1,6 @@
|
||||
class A(val a: String?)
|
||||
|
||||
context(A) fun f() {
|
||||
if (this@A.a == null) return
|
||||
<!DEBUG_INFO_SMARTCAST!>this@A.a<!>.length
|
||||
}
|
||||
Reference in New Issue
Block a user