Erik Arvidsson 2c2087d22e Fix(flow): Allow unnamed parameters (#674)
This allows `type T = number => string`. Previously we were only
handling `type T = (x: number) => string` correctly.

Followup to #672 that:
 - Adds a test fixture
 - Fixes lint errors
2017-02-19 14:02:09 -08:00
..
2015-12-11 17:04:42 -05:00