// "Add name to argument..." "true" fun f(a: Int, b: String = "b", c: String = "c") {} fun g() { f(a = 10, "FOO") }