Feedback
ParamArray calls now accept individual values with documented syntax
- Status
- Fixed
- Fixed in
- v26.7.5
- Source discussion
- https://forum.objo.dev/d/660-unhelpful-doubled-error-message
- Last updated
- 2026-07-25
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Methods declared with the documented ParamArray values() As T syntax incorrectly reject individual arguments. Calls such as Path.Combine(first, second) report one misleading array-type error for each argument instead of accepting the values as variadic elements.
Expected behaviour: individual arguments matching T are collected into the ParamArray, and diagnostics point to genuine type mismatches only.