roc/crates/compiler/test_syntax/tests/snapshots/pass/bound_variable.expr.result-ast
2024-04-28 08:47:08 +10:00

36 lines
737 B
Text

Defs(
Defs {
tags: [
Index(2147483648),
],
regions: [
@0-4,
],
space_before: [
Slice(start = 0, length = 0),
],
space_after: [
Slice(start = 0, length = 0),
],
spaces: [],
type_defs: [],
value_defs: [
Annotation(
@0-1 Identifier {
ident: "a",
},
@3-4 SpaceBefore(
BoundVariable(
"c",
),
[
Newline,
],
),
),
],
},
@5-6 Num(
"0",
),
)