move the changes to nac3artiq
This commit is contained in:
parent
cc99085403
commit
5e32724c91
|
@ -1067,7 +1067,7 @@ impl TopLevelComposer {
|
|||
let mut defined_fields: HashSet<_> = HashSet::new();
|
||||
for b in class_body_ast {
|
||||
match &b.node {
|
||||
ast::StmtKind::FunctionDef { args, returns, name, decorator_list, .. } => {
|
||||
ast::StmtKind::FunctionDef { args, returns, name, .. }=> {
|
||||
let (method_dummy_ty, method_id) =
|
||||
Self::get_class_method_def_info(class_methods_def, *name)?;
|
||||
|
||||
|
|
Loading…
Reference in New Issue