Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Gusarich committed Jun 14, 2024
1 parent ecda197 commit d25dc1f
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4600,7 +4600,9 @@ return (sc_0, (v'a, v'b, v'c, v'd, v'e, v'f, v'g));",
},
{
"code": {
"code": "return sc_0~$A$_load();",
"code": "var r = sc_0~$A$_load();
sc_0.end_parse();
return r;",
"kind": "generic",
},
"comment": null,
Expand Down Expand Up @@ -9215,7 +9217,9 @@ return (sc_0, (v'a, v'b, v'c, v'd, v'e, v'f, v'g));",
},
{
"code": {
"code": "return sc_0~$B$_load();",
"code": "var r = sc_0~$B$_load();
sc_0.end_parse();
return r;",
"kind": "generic",
},
"comment": null,
Expand Down Expand Up @@ -13836,7 +13840,9 @@ return (sc_0, (v'a, v'b, v'c, v'd, v'e, v'f, v'g, v'h));",
},
{
"code": {
"code": "return sc_0~$C$_load();",
"code": "var r = sc_0~$C$_load();
sc_0.end_parse();
return r;",
"kind": "generic",
},
"comment": null,
Expand Down

0 comments on commit d25dc1f

Please sign in to comment.