mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Fix where precedence vs funcs
This commit is contained in:
parent
b7ab25ee2e
commit
35ffbcd16b
5 changed files with 93 additions and 1 deletions
|
@ -1217,7 +1217,7 @@ impl<'a> Nodify<'a> for TypeAnnotation<'a> {
|
|||
},
|
||||
after: last_after,
|
||||
needs_indent,
|
||||
prec: Prec::AsType,
|
||||
prec: Prec::FunctionType,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue