Introduce IrGetValue as a replacement for IrThisReference / IrGetExtensionReceiver / IrGetVariable.
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
class Test(val ok: String)
|
||||
|
||||
fun box() = Test("OK").ok
|
||||
Reference in New Issue
Block a user