Phase 7.9: multi-file build, module braces, struct init multi-line, else-if fix
This commit is contained in:
@@ -185,3 +185,4 @@ func Type_ToString(t: Type) -> String {
|
||||
if t.kind == tkPointer { return "*" + t.innerName1; }
|
||||
return "?";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user