remove enums

This commit is contained in:
2026-06-26 17:38:55 +02:00
parent 6fe971c615
commit 43a20c99f6
8 changed files with 37 additions and 76 deletions

View File

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