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