Closed iccir closed 5 years ago
The following code produces a parse error:
let foo = (a: String, b: String) => { return 5; };
Related to #159
Basic syntax is now supported by above commit (mostly via changes in the parser). Remaining work covered in #161
The following code produces a parse error: