7 lines
64 B
Plaintext
7 lines
64 B
Plaintext
fun f(a:Int) : Int {
|
|
val x = 42
|
|
val y = 50
|
|
|
|
return y
|
|
}
|