fix tests, better block scoped collisions

This commit is contained in:
Sebastian McKenzie
2015-04-04 14:17:26 +11:00
parent 7c710a0378
commit 4bd19da3c2
6 changed files with 20 additions and 16 deletions

View File

@@ -89,7 +89,7 @@ var a: Promise<bool>[]
var a:(...rest:Array<number>) => number
var identity: <T>(x: T) => T
var identity: <T>(x: T, ...y:T[]) => T
import type foo from "bar";
import type foo4 from "bar";
import type { foo2, bar } from "baz";
import type { foo as bar2 } from "baz";
import type from "foo";