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

53 lines
1.1 KiB
Text

SpaceBefore(
Defs(
Defs {
tags: [
Index(2147483648),
],
regions: [
@46-51,
],
space_before: [
Slice(start = 0, length = 0),
],
space_after: [
Slice(start = 0, length = 0),
],
spaces: [],
type_defs: [],
value_defs: [
Body(
@46-47 Identifier(
"x",
),
@50-51 Num(
"5",
),
),
],
},
@53-55 SpaceBefore(
Num(
"42",
),
[
Newline,
Newline,
],
),
),
[
LineComment(
"######",
),
LineComment(
"## not docs!",
),
LineComment(
"#still not docs",
),
LineComment(
"#####",
),
],
)