mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Fix where precedence vs apply
This commit is contained in:
parent
ea7d856e16
commit
6fcc367af4
5 changed files with 67 additions and 1 deletions
|
@ -1191,7 +1191,7 @@ impl<'a> Nodify<'a> for TypeAnnotation<'a> {
|
|||
},
|
||||
after: last_after,
|
||||
needs_indent,
|
||||
prec: Prec::Term,
|
||||
prec: Prec::AsType,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue