add more failing tests

This commit is contained in:
nora 2022-04-24 20:13:21 +02:00
parent 386ed99810
commit c916611bdc
2 changed files with 44 additions and 1 deletions

View file

@ -475,7 +475,6 @@ impl<'bc, 'gc> Compiler<'bc, 'gc> {
for param in params.iter() {
self.compile_expr(param)?;
todo!("no params yet")
}
self.push_instr(Instr::Load(offset), StackChange::Grow, call.span);