4 lines
55 B
Scala
4 lines
55 B
Scala
|
object Args {
|
||
|
def foo(i: Int): Int = { foo(1, 2) }
|
||
|
}
|