From baf26c5a6717a1e1541f48a28aee7ae34697dd44 Mon Sep 17 00:00:00 2001 From: Vitor Py <12871+vitorpy@users.noreply.github.com> Date: Fri, 22 Mar 2024 09:27:39 +0100 Subject: [PATCH] Update src/grammar/test/case-17.tact Co-authored-by: Anton Trunov --- src/grammar/test/case-17.tact | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/grammar/test/case-17.tact b/src/grammar/test/case-17.tact index b8e9af803..da78a62df 100644 --- a/src/grammar/test/case-17.tact +++ b/src/grammar/test/case-17.tact @@ -23,5 +23,5 @@ const b: B = new { }; fun getB(): B { - return B { x = 1, y = 5, }; + return B { x: 1, y: 5, }; }