mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 10:49:54 +00:00
chore: eliminate todo!
s
This commit is contained in:
parent
936b6e2f95
commit
46c7982335
5 changed files with 46 additions and 22 deletions
|
@ -1441,8 +1441,10 @@ impl Context {
|
|||
Predicate::Const(name) => {
|
||||
if let Some(value) = self.rec_get_const_obj(name) {
|
||||
value.class()
|
||||
} else if DEBUG_MODE {
|
||||
todo!("get_pred_type({name})");
|
||||
} else {
|
||||
todo!("get_pred_type({name})")
|
||||
Obj
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue