TypeScript/tests/cases/conformance/types/typeAliases/asiPreventsParsingAsTypeAlias01.ts
Daniel Rosenwasser e93b7a75ce Added tests.
2015-06-02 15:42:24 -07:00

7 lines
No EOL
57 B
TypeScript

var type;
var string;
var Foo;
type
Foo = string;