Files
kotlin/compiler/testData/codegen/localProperty.kt
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
}