2022-04-07 18:43:21 +02:00

9 lines
107 B
Scala

object ParamAndLocal_0 {
def foo_0(i_0: Int): Int = {
val i_1: Int =
(i_0 + 1);
i_1
}
}