Erik Arvidsson d2b93aee94 Add support for null and void types (#519)
This adds support for `void` and `null` in type annotations:

```js
function f(): void {}
function g(): null {
  return null;
}
```

Towards #512
2016-09-01 15:18:42 -04:00
..
2016-08-24 10:58:15 -04:00
2016-08-24 10:58:15 -04:00
2016-06-01 17:21:33 -04:00
2016-08-19 12:22:54 -04:00
2016-08-19 12:22:54 -04:00
2016-08-24 10:58:15 -04:00
2016-08-19 12:22:54 -04:00
2016-06-02 13:28:57 -04:00
2016-06-02 13:28:57 -04:00
2016-06-01 17:17:03 -04:00
2016-08-19 12:22:54 -04:00