Iterator actually advances now

This commit is contained in:
2022-09-29 17:34:51 -04:00
parent b2cc45abec
commit ed4c9aa0d2
6 changed files with 34 additions and 47 deletions

View File

@@ -69,8 +69,6 @@ func (parser *ParsingOperation) parseTypeSection () (
section.members = append(section.members, member)
if err != nil { return }
}
return
}
// parseTypeSectionMember parses a type section member variable.