mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-31 00:57:24 +00:00
Further relax indentation of implements ability chains
This commit is contained in:
parent
7a1b3b8257
commit
0471993428
7 changed files with 165 additions and 22 deletions
|
@ -0,0 +1,5 @@
|
|||
2 :
|
||||
r where e
|
||||
implements
|
||||
P
|
||||
u
|
|
@ -0,0 +1,71 @@
|
|||
@0-40 SpaceAfter(
|
||||
Defs(
|
||||
Defs {
|
||||
tags: [
|
||||
EitherIndex(2147483648),
|
||||
],
|
||||
regions: [
|
||||
@0-38,
|
||||
],
|
||||
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: [
|
||||
Annotation(
|
||||
@0-1 NumLiteral(
|
||||
"2",
|
||||
),
|
||||
@8-38 SpaceBefore(
|
||||
Where(
|
||||
@8-9 BoundVariable(
|
||||
"r",
|
||||
),
|
||||
[
|
||||
@16-38 ImplementsClause {
|
||||
var: @16-17 SpaceAfter(
|
||||
"e",
|
||||
[
|
||||
Newline,
|
||||
],
|
||||
),
|
||||
abilities: [
|
||||
@37-38 SpaceBefore(
|
||||
Apply(
|
||||
"",
|
||||
"P",
|
||||
[],
|
||||
),
|
||||
[
|
||||
Newline,
|
||||
],
|
||||
),
|
||||
],
|
||||
},
|
||||
],
|
||||
),
|
||||
[
|
||||
Newline,
|
||||
],
|
||||
),
|
||||
),
|
||||
],
|
||||
},
|
||||
@39-40 SpaceBefore(
|
||||
Var {
|
||||
module_name: "",
|
||||
ident: "u",
|
||||
},
|
||||
[
|
||||
Newline,
|
||||
],
|
||||
),
|
||||
),
|
||||
[
|
||||
Newline,
|
||||
],
|
||||
)
|
|
@ -0,0 +1,5 @@
|
|||
2 :
|
||||
r where e
|
||||
implements
|
||||
P
|
||||
u
|
|
@ -299,6 +299,7 @@ mod test_snapshots {
|
|||
pass/ann_apply_record_with_newlines.expr,
|
||||
pass/ann_closed_union.expr,
|
||||
pass/ann_effectful_fn.expr,
|
||||
pass/ann_extra_indented_implements.expr,
|
||||
pass/ann_open_union.expr,
|
||||
pass/ann_parens_comments.expr,
|
||||
pass/ann_parens_where_implements_func.expr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue