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

15 lines
355 B
Text

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