| 918 | } |
| 919 | |
| 920 | AstNode *SymbolScanner::handleUnionCase(AstNode *node, top_down) |
| 921 | { |
| 922 | (void)node; |
| 923 | return nullptr; |
| 924 | } |
| 925 | |
| 926 | /* TOK_UNION_CASE -> ( (TOK_EXPR -> (indent | scalar)) indent(datatype) indent(varName) ) */ |
| 927 | AstNode *SymbolScanner::handleUnionCase(AstNode *node, bottom_up) |
nothing calls this directly
no test coverage detected