fun test() { class Test { fun invoke(a: Int, b: String) {} } val test = Test() test.invoke(b = "s", a = 1) }