Introduce IrGetValue as a replacement for IrThisReference / IrGetExtensionReceiver / IrGetVariable.

This commit is contained in:
Dmitry Petrov
2016-09-30 17:45:41 +03:00
parent 8efe326904
commit a51efaacc9
82 changed files with 409 additions and 457 deletions
@@ -9,4 +9,4 @@ FILE /suppressedNonPublicCall.kt
FUN public inline fun C.foo(): kotlin.Unit
BLOCK_BODY
CALL 'bar(): Unit' type=kotlin.Unit origin=null
$this: $RECEIVER of 'foo() on C: Unit' type=C
$this: GET_VAR '<receiver: foo() on C: Unit>' type=C origin=null