fun call(x: Function2<@ParameterName("a") Int, @ParameterName("b") String, Unit>) { x(1, "") }