We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bd4c76 commit d4f8ff8Copy full SHA for d4f8ff8
1 file changed
src/lpython/semantics/python_ast_to_asr.cpp
@@ -4306,12 +4306,12 @@ class SymbolTableVisitor : public CommonVisitor<SymbolTableVisitor> {
4306
}
4307
} else {
4308
bool is_pure = false, is_module = false;
4309
-
+
4310
// This checks for internal function defintions as well.
4311
for (size_t i = 0; i < x.n_body; i++) {
4312
visit_stmt(*x.m_body[i]);
4313
4314
4315
tmp = ASRUtils::make_Function_t_util(
4316
al, x.base.base.loc,
4317
/* a_symtab */ current_scope,
0 commit comments