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

9 lines
No EOL
91 B
TypeScript

var type;
var string;
var Foo;
namespace container {
type
Foo = string;
}