TypeScript/tests/baselines/reference/asiPreventsParsingAsNamespace02.types

16 lines
346 B
Plaintext
Raw Normal View History

2015-06-03 00:47:23 +02:00
=== tests/cases/conformance/internalModules/moduleDeclarations/asiPreventsParsingAsNamespace02.ts ===
var module: number;
>module : number
var m: string;
>m : string
module // this is the identifier 'namespace'
2015-06-03 21:05:53 +02:00
>module : number
2015-06-03 00:47:23 +02:00
m // this is the identifier 'm'
>m : string
{ } // this is a block body