Untested type section parsing yay

This commit is contained in:
2022-09-29 02:01:31 -04:00
parent 58af5f3f15
commit 6c02e45e2e
4 changed files with 105 additions and 9 deletions

View File

@@ -66,7 +66,7 @@ func (identifier Identifier) ToString () (output string) {
return
}
func (member TypeMember) ToString (indent int, breakLine bool) (output string) {
func (member TypeSectionMember) ToString (indent int, breakLine bool) (output string) {
output += doIndent(indent, ".")
output += member.permission.ToString() + " "