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