s/nodePass/stmtPass
This commit is contained in:
parent
bf035abadf
commit
8065d0d905
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ pub const TypeSolver = struct {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn nodePass(
|
||||
pub fn stmtPass(
|
||||
self: *@This(),
|
||||
ctx: *comp.CompilationContext,
|
||||
stmt: ast.Stmt,
|
||||
|
|
Loading…
Reference in a new issue