mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 02:39:20 +00:00
fix: method inferring
This commit is contained in:
parent
edd80e4543
commit
8a1911cece
6 changed files with 29 additions and 5 deletions
|
@ -966,6 +966,9 @@ impl Context {
|
|||
);
|
||||
}
|
||||
}
|
||||
for (_, methods) in ctx.methods_list.iter() {
|
||||
self.register_methods(t, methods);
|
||||
}
|
||||
}
|
||||
|
||||
fn register_builtin_patch(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue