s/nodePass/stmtPass

This commit is contained in:
Luna 2019-09-26 00:12:47 -03:00
parent bf035abadf
commit 8065d0d905
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ pub const TypeSolver = struct {
}
}
pub fn nodePass(
pub fn stmtPass(
self: *@This(),
ctx: *comp.CompilationContext,
stmt: ast.Stmt,