The syntax is incorrectly being allowed in an `__arglist` expression. ```c# M2(__arglist(1!!, 'M')); ``` This should be an error but is not.
The syntax is incorrectly being allowed in an
__arglistexpression.This should be an error but is not.