other symbol for reference types, any references in reference type

This commit is contained in:
ProgramSnail 2023-08-13 16:19:47 +03:00
parent fe6507ae12
commit 7f3dfd71a1
6 changed files with 14 additions and 16 deletions

View file

@ -87,7 +87,7 @@ void print_type_definition(const nodes::TypeDefinition &statement,
print_docs(*statement.get_docs(), printer);
if (statement.is_on_heap()) {
printer.print("^");
printer.print("<> ");
}
print_identifier(*statement.get_name(), printer);