Open
Description
Currently, this is illegal syntax:
Delegate Sub SomeDelegate(ParamArray args As Object())
Yet, this works and is properly recognized by the compiler and works at runtime.
Delegate Sub SomeDelegate(<[ParamArray]> arg As Object())
And I also found that this been an unsolved minor issue since 2010 or even much before.