TypeScript/tests/cases/compiler/ambientFundule.ts

3 lines
73 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
declare function f();
declare module f { var x }
declare function f(x);