mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
fix typo
This commit is contained in:
parent
ecd03186dc
commit
78f653b85c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue