TypeScript/tests/cases/conformance/internalModules/moduleDeclarations/asiPreventsParsingAsNamespace02.ts
Daniel Rosenwasser e93b7a75ce Added tests.
2015-06-02 15:42:24 -07:00

7 lines
No EOL
173 B
TypeScript

var module: number;
var m: string;
module // this is the identifier 'namespace'
m // this is the identifier 'm'
{ } // this is a block body