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-10-30 13:44:03 -04:00
2017-01-29 19:10:04 -05:00
2016-10-10 17:16:31 -04:00
2016-10-24 12:23:48 -04:00
2015-10-03 16:57:37 -04:00
2016-07-06 12:43:36 -04:00