xo-reader: bugfix: expect_formal_arglist_xs sets exprstate.exs_type
This commit is contained in:
parent
e9289e855e
commit
ebeefdc447
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ namespace xo {
|
|||
}
|
||||
|
||||
expect_formal_arglist_xs::expect_formal_arglist_xs()
|
||||
: farglxs_type_{formalarglstatetype::argl_0}
|
||||
: exprstate(exprstatetype::expect_formal_arglist),
|
||||
farglxs_type_{formalarglstatetype::argl_0}
|
||||
{}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue