fun foo(x: Int, y: Int, comment: String) { } fun test() { foo(24, y = 42, comment = "Hello") }