mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 02:39:20 +00:00
fix: path resolution bugs
This commit is contained in:
parent
ac7a57a094
commit
a9025507d3
6 changed files with 110 additions and 50 deletions
|
@ -2566,6 +2566,9 @@ impl Context {
|
|||
Const,
|
||||
Some(QUANTIFIED_FUNC),
|
||||
);
|
||||
} else {
|
||||
self.register_builtin_const(MUT_INT, vis.clone(), ValueObj::builtin_class(Int));
|
||||
self.register_builtin_const(MUT_STR, vis, ValueObj::builtin_class(Str));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue