This repository was archived by the owner on Jun 15, 2023. It is now read-only.
This repository was archived by the owner on Jun 15, 2023. It is now read-only.
Parsing and printing pipe expressions with attributes #499
Closed
Description
See rescript-lang/reanalyze#164
1 (@doesNotRaise [])->Belt.Array.getExn(0)
formats to @doesNotRaise []->Belt.Array.getExn(0)
so this is annotating the argument not the result
2 @doesNotRaise ([]->Belt.Array.getExn(0))
formats to []->Belt.Array.getExn(0)
so it completely destroys the annotation.
Metadata
Metadata
Assignees
Labels
No labels