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