TypeScript/tests/baselines/reference/asiPreventsParsingAsNamespace02.types
2015-06-03 12:05:53 -07:00

16 lines
346 B
Plaintext

=== tests/cases/conformance/internalModules/moduleDeclarations/asiPreventsParsingAsNamespace02.ts ===
var module: number;
>module : number
var m: string;
>m : string
module // this is the identifier 'namespace'
>module : number
m // this is the identifier 'm'
>m : string
{ } // this is a block body