TypeScript/tests/baselines/reference/augmentedTypesExternalModule1.types

12 lines
220 B
Text
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/compiler/augmentedTypesExternalModule1.ts ===
export var a = 1;
>a : number
class c5 { public foo() { } }
>c5 : c5
>foo : () => void
module c5 { } // should be ok everywhere
>c5 : typeof c5