Files
kotlin-fork/compiler/testData/ir/irText/lambdas/localFunction.txt
T
2016-10-18 09:09:19 +03:00

16 lines
727 B
Plaintext
Vendored

FILE /localFunction.kt
FUN public fun outer(): kotlin.Unit
BLOCK_BODY
VAR var x: kotlin.Int
CONST Int type=kotlin.Int value='0'
FUN local final fun local(): kotlin.Unit
BLOCK_BODY
BLOCK type=kotlin.Int operator=POSTFIX_INCR
VAR IR_TEMPORARY_VARIABLE val tmp0: kotlin.Int
GET_VAR 'x: Int' type=kotlin.Int operator=POSTFIX_INCR
SET_VAR 'x: Int' type=kotlin.Unit operator=POSTFIX_INCR
CALL 'inc(): Int' type=kotlin.Int operator=POSTFIX_INCR
$this: GET_VAR 'tmp0: Int' type=kotlin.Int operator=null
GET_VAR 'tmp0: Int' type=kotlin.Int operator=null
CALL 'local(): Unit' type=kotlin.Unit operator=null