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