roc/compiler/parse/tests/snapshots/pass/basic_docs.expr.result-ast

43 lines
803 B
Text

SpaceBefore(
Defs(
[
@107-112 Body(
@107-108 Identifier(
"x",
),
@111-112 Num(
"5",
),
),
],
@114-116 SpaceBefore(
Num(
"42",
),
[
Newline,
Newline,
],
),
),
[
DocComment(
"first line of docs",
),
DocComment(
" second line",
),
DocComment(
" third line",
),
DocComment(
"fourth line",
),
DocComment(
"",
),
DocComment(
"sixth line after doc new line",
),
],
)