1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
--- source: crates/normalize-surface-syntax/tests/snapshots.rs assertion_line: 105 expression: "parse(\"local x = 42\")" --- { "body": [ { "Let": { "name": "x", "init": { "Literal": { "Number": 42.0 } }, "mutable": true } } ] }