Files
kotlin-fork/compiler/testData/codegen/localProperty.kt
T
2013-01-24 21:12:27 +04:00

7 lines
64 B
Kotlin

fun f(a:Int) : Int {
val x = 42
val y = 50
return y
}