Files
kotlin/compiler/testData/codegen/localProperty.jet
2011-10-20 16:21:18 +02:00

7 lines
64 B
Plaintext

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