ayin/src/parser/snapshots/ayin__parser__parser__tests__paren_identifier.snap
2025-12-16 12:49:50 +02:00

11 lines
124 B
Text

---
source: src/parser/parser.rs
expression: result
---
Ok(
Var(
Name(
"hello",
),
),
)