Files
kotlin-fork/compiler/testData/ir/irCfg/sequentialFun.txt
T
2016-10-18 09:09:50 +03:00

19 lines
558 B
Plaintext
Vendored

// FILE: /sequentialFun.kt
// FUN: foo
BB 0
CONTENT
1 FUN public fun foo(arg: kotlin.Int): kotlin.Int
2 GET_VAR 'value-parameter arg: Int' type=kotlin.Int origin=null
3 CONST Int type=kotlin.Int value='2'
4 CALL 'times(Int): Int' type=kotlin.Int origin=MUL
5 VAR val dbl: kotlin.Int
6 GET_VAR 'dbl: Int' type=kotlin.Int origin=null
7 RETURN type=kotlin.Nothing from='foo(Int): Int'
OUTGOING -> NONE
Function exit: FUN public fun foo(arg: kotlin.Int): kotlin.Int
// END FUN: foo
// END FILE: /sequentialFun.kt