chore: tidy

This commit is contained in:
2025-05-10 21:31:38 +08:00
parent 2b309fb825
commit 561b9bf36a
4 changed files with 244 additions and 220 deletions

View File

@@ -6,7 +6,7 @@ use crate::ir::downgrade;
use crate::ty::common::Symbol;
use crate::ty::public::*;
use super::vm::run;
use super::run;
#[inline]
fn test_expr(expr: &str, expected: Value) {