Files
kotlin-fork/backend.native/tests/codegen/function/sum_func.kt
T
2017-10-20 18:25:05 +03:00

9 lines
151 B
Kotlin

package codegen.function.sum_func
import kotlin.test.*
fun foo():Int = 1
//fun bar():Int = 2
//fun sum():Int = foo() + bar()
// FIXME: has no checks