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

4 lines
63 B
Kotlin
Vendored

fun foo(arg: Int): Int {
val dbl = arg * 2
return dbl
}