fun function(a: Int, b: String) {} fun call() { function(b = "foo", a = 1) }