Daniel Tschinder 407c97c9c2 Fix #321 by allowing question marks in type params (#338)
* Fix #321 by allowing question marks in type params

* Require commas between params
2017-02-10 15:03:15 +01:00

2 lines
65 B
JavaScript

const fn: ( Object, Object Object ) => void = ( o1, o2, ) => o1;