TypeScript/tests/cases/compiler/partiallyAmbientFundule.ts

4 lines
111 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
declare module foo {
export function x(): any;
}
function foo () { } // Legal, because module is ambient