Did the same thing with type specifiers

This commit is contained in:
2022-09-03 22:56:08 -04:00
parent 8e74216430
commit ef375810fb
5 changed files with 27 additions and 13 deletions

View File

@@ -309,7 +309,7 @@ func (section *TypeSection) ToString (indent int) (output string) {
"type ",
section.permission.ToString(), " ",
section.name, ":",
section.inherits.ToString())
section.what.ToString())
isComplexInitialization :=
section.defaultValue.kind == ArgumentKindObjectInitializationValues ||