mirror of
https://codeberg.org/ProgramSnail/lang.git
synced 2025-12-24 15:58:45 +00:00
other symbol for reference types, any references in reference type
This commit is contained in:
parent
fe6507ae12
commit
7f3dfd71a1
6 changed files with 14 additions and 16 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue