package test fun foo(n: Int) { println(n) } fun bar() { foo(10) }