simple enums

This commit is contained in:
2026-06-08 19:46:29 +02:00
parent 2864548daf
commit 7259f13191
7 changed files with 51 additions and 9 deletions

View File

@@ -355,6 +355,7 @@ impl<'a> TypeChecker<'a> {
}
}
}
Stmt::Enum { .. } => {}
}
Ok(())
}