diff options
Diffstat (limited to 'Shell/AST.h')
-rw-r--r-- | Shell/AST.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Shell/AST.h b/Shell/AST.h index 98e2bb4462..8a11f29bc5 100644 --- a/Shell/AST.h +++ b/Shell/AST.h @@ -912,6 +912,8 @@ private: struct MatchEntry { NonnullRefPtrVector<Node> options; + Optional<Vector<String>> match_names; + Optional<Position> match_as_position; Vector<Position> pipe_positions; RefPtr<Node> body; }; |