Add `MultiAssign` to `NodeVisitor::NODES`

This commit is contained in:
Sijawusz Pur Rahnama 2023-11-14 05:00:49 +01:00
parent 0b225da9ba
commit 775650c882
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ module Ameba::AST
IsA,
LibDef,
ModuleDef,
MultiAssign,
NilLiteral,
StringInterpolation,
Unless,