TypeScript/tests/baselines/reference/asiAmbientFunctionDeclaration.types

5 lines
166 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/compiler/asiAmbientFunctionDeclaration.ts ===
declare function foo()
2015-04-13 23:01:57 +02:00
>foo : () => any, Symbol(foo, Decl(asiAmbientFunctionDeclaration.ts, 0, 0))
2014-08-15 23:33:16 +02:00