TypeScript/tests/baselines/reference/asiPreventsParsingAsNamespace02.symbols

16 lines
560 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 : Symbol(module, Decl(asiPreventsParsingAsNamespace02.ts, 1, 3))
var m: string;
2015-06-03 21:05:53 +02:00
>m : Symbol(m, Decl(asiPreventsParsingAsNamespace02.ts, 2, 3))
2015-06-03 00:47:23 +02:00
module // this is the identifier 'namespace'
2015-06-03 21:05:53 +02:00
>module : Symbol(module, Decl(asiPreventsParsingAsNamespace02.ts, 1, 3))
2015-06-03 00:47:23 +02:00
m // this is the identifier 'm'
2015-06-03 21:05:53 +02:00
>m : Symbol(m, Decl(asiPreventsParsingAsNamespace02.ts, 2, 3))
2015-06-03 00:47:23 +02:00
{ } // this is a block body