mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-07 15:38:47 +00:00
type_constructor_pattern fix
This commit is contained in:
parent
6e986f9a33
commit
c31b20fa24
5 changed files with 30642 additions and 30617 deletions
|
|
@ -265,7 +265,7 @@ void PrintVisitor::Visit(TypeConstructorPatternParameter* node) {
|
|||
|
||||
void PrintVisitor::Visit(TypeConstructorPattern* node) {
|
||||
out_ << "[TypeConstructorPattern ";
|
||||
Visit(&node->constructor);
|
||||
Visit(node->constructor.get());
|
||||
out_ << "]\n(";
|
||||
|
||||
bool is_first = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue