This commit is contained in:
Folkert 2021-01-07 23:19:17 +01:00
parent ecd03186dc
commit 78f653b85c

View file

@ -339,7 +339,7 @@ where
Stmt::Ret(sym) => {
self.set_last_seen(*sym, stmt);
}
Stmt::Unreachable => {}
Stmt::Rethrow => {}
Stmt::Inc(sym, following) => {
self.set_last_seen(*sym, stmt);
self.scan_ast(following);