package test fun f(x: Int = 1) { println(x) }