Rémi Bernon (@rbernon) commented about tools/widl/parser.y:
if (!type_function_get_args(func->declspec.type)) return;
- if (winrt_mode)
- {
check_eventadd_args(func);
- }
I don't think `check_remoting_args` is the right place for these checks, lets move them to `check_functions`.