mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 02:39:20 +00:00
chore: add hir::Methods
This commit is contained in:
parent
234fa3ffeb
commit
21c937e633
14 changed files with 109 additions and 64 deletions
|
@ -1295,7 +1295,7 @@ impl Context {
|
|||
}
|
||||
}
|
||||
hir::Expr::ClassDef(class_def) => {
|
||||
for def in class_def.methods.iter_mut() {
|
||||
for def in class_def.all_methods_mut() {
|
||||
self.resolve_expr_t(def, qnames)?;
|
||||
}
|
||||
Ok(())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue