(&mut self)
| 8729 | } |
| 8730 | |
| 8731 | fn consume_next_sub_table(&mut self) -> CompileResult<()> { |
| 8732 | { |
| 8733 | let _ = self.push_symbol_table()?; |
| 8734 | } |
| 8735 | let _ = self.pop_symbol_table(); |
| 8736 | Ok(()) |
| 8737 | } |
| 8738 | |
| 8739 | fn consume_skipped_nested_scopes_in_expr( |
| 8740 | &mut self, |
no test coverage detected