TypeScript/tests/baselines/reference/parserFunctionDeclaration8.types

8 lines
181 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/conformance/parser/ecmascript5/FunctionDeclarations/parserFunctionDeclaration8.ts ===
declare module M {
>M : typeof M
2014-08-15 23:33:16 +02:00
function foo();
>foo : () => any
2014-08-15 23:33:16 +02:00
}