mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-21 21:45:00 +00:00

Importantly, this would have caught the issue discovered in #7279, prior to that landing on main.
64 lines
1.5 KiB
Text
64 lines
1.5 KiB
Text
@107-116 SpaceBefore(
|
|
SpaceAfter(
|
|
Defs(
|
|
Defs {
|
|
tags: [
|
|
EitherIndex(2147483648),
|
|
],
|
|
regions: [
|
|
@107-112,
|
|
],
|
|
space_before: [
|
|
Slice<roc_parse::ast::CommentOrNewline> { start: 0, length: 0 },
|
|
],
|
|
space_after: [
|
|
Slice<roc_parse::ast::CommentOrNewline> { start: 0, length: 0 },
|
|
],
|
|
spaces: [],
|
|
type_defs: [],
|
|
value_defs: [
|
|
Body(
|
|
@107-108 Identifier {
|
|
ident: "x",
|
|
},
|
|
@111-112 Num(
|
|
"5",
|
|
),
|
|
),
|
|
],
|
|
},
|
|
@114-116 SpaceBefore(
|
|
Num(
|
|
"42",
|
|
),
|
|
[
|
|
Newline,
|
|
Newline,
|
|
],
|
|
),
|
|
),
|
|
[
|
|
Newline,
|
|
],
|
|
),
|
|
[
|
|
DocComment(
|
|
"first line of docs",
|
|
),
|
|
DocComment(
|
|
" second line",
|
|
),
|
|
DocComment(
|
|
" third line",
|
|
),
|
|
DocComment(
|
|
"fourth line",
|
|
),
|
|
DocComment(
|
|
"",
|
|
),
|
|
DocComment(
|
|
"sixth line after doc new line",
|
|
),
|
|
],
|
|
)
|