fun f(fooBar: String){} fun g(a: String, bar: String, fooBar: String) { f() } // ORDER: fooBar, bar, a