Closed iccir closed 5 years ago
The following code produces a parse error:
let foo = (a, b): Number => { return 5; };
Related to #160
Covering this in #161 umbrella.
The following code produces a parse error: