Skip to content

Commit

Permalink
Update src/grammar/test/case-17.tact
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Trunov <anton.a.trunov@gmail.com>
  • Loading branch information
vitorpy and anton-trunov authored Mar 22, 2024
1 parent 9703fec commit baf26c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grammar/test/case-17.tact
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ const b: B = new {
};

fun getB(): B {
return B { x = 1, y = 5, };
return B { x: 1, y: 5, };
}

0 comments on commit baf26c5

Please sign in to comment.