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

4 lines
55 B
Scala

object Args {
def foo(i: Int): Int = { foo(1, 2) }
}