xo-reader2: DExpectFormalArglistSsm handles+stores parsed formals

This commit is contained in:
Roland Conybeare 2026-01-29 13:28:30 -05:00
commit eaf224bba0
2 changed files with 56 additions and 13 deletions

View file

@ -147,7 +147,7 @@ namespace xo {
/** populate with (parmaeter-name, parameter-type) list
* as they're encountered.
*
* Not using flexible array here since we don't know size
* Not using flexible array here since we don't know size at construction time
**/
DArray * argl_ = nullptr;
};