Skip to content

Commit

Permalink
chore: snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
novusnota committed Feb 13, 2025
1 parent 80bb2bd commit 43220ee
Showing 1 changed file with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -459,61 +459,61 @@ exports[`local-type-inference should automatically set types for let statements
{
"fields": [
{
"name": "bounce",
"name": "mode",
"type": {
"format": 257,
"kind": "simple",
"optional": false,
"type": "bool",
"type": "int",
},
},
{
"name": "to",
"name": "body",
"type": {
"kind": "simple",
"optional": false,
"type": "address",
"optional": true,
"type": "cell",
},
},
{
"name": "value",
"name": "code",
"type": {
"format": 257,
"kind": "simple",
"optional": false,
"type": "int",
"optional": true,
"type": "cell",
},
},
{
"name": "mode",
"name": "data",
"type": {
"format": 257,
"kind": "simple",
"optional": false,
"type": "int",
"optional": true,
"type": "cell",
},
},
{
"name": "body",
"name": "value",
"type": {
"format": 257,
"kind": "simple",
"optional": true,
"type": "cell",
"optional": false,
"type": "int",
},
},
{
"name": "code",
"name": "to",
"type": {
"kind": "simple",
"optional": true,
"type": "cell",
"optional": false,
"type": "address",
},
},
{
"name": "data",
"name": "bounce",
"type": {
"kind": "simple",
"optional": true,
"type": "cell",
"optional": false,
"type": "bool",
},
},
],
Expand Down

0 comments on commit 43220ee

Please sign in to comment.