roc/crates/compiler/parse/tests/snapshots/pass/comment_after_def.module.result-ast

30 lines
497 B
Text

Defs {
tags: [
Index(2147483648),
],
regions: [
@0-7,
],
space_before: [
Slice(start = 0, length = 0),
],
space_after: [
Slice(start = 0, length = 1),
],
spaces: [
LineComment(
" comment after",
),
],
type_defs: [],
value_defs: [
Body(
@0-3 Identifier(
"foo",
),
@6-7 Num(
"1",
),
),
],
}