ParamArray in delegates
Open
LDM Considering
- Dominant language
- No language data
- Stars
- 328
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
Currently, this is illegal syntax:
```vb
Delegate Sub SomeDelegate(ParamArray args As Object())
```
Yet, this works and is properly recognized by the compiler and works at runtime.
```vb
Delegate Sub SomeDelegate(<[ParamArray]> arg As Object())
```
And I also found that this been an unsolved minor issue since 2010 or even much before.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.