Added semicolon

This commit is contained in:
Sam Pepose 2016-06-22 21:21:53 -07:00
parent 199a612131
commit 7d83147e16

View File

@ -100,4 +100,4 @@ export type { foo };
export type { foo } from "bar";
export interface foo { p: number };
export interface foo<T> { p: T };
var a: ?Array<?string>
var a: ?Array<?string>;