TypeScript/tests/baselines/reference/es6ExportDefaultFunctionDeclaration.types

6 lines
186 B
Plaintext
Raw Normal View History

2015-03-13 01:14:33 +01:00
=== tests/cases/compiler/es6ExportDefaultFunctionDeclaration.ts ===
export default function f() { }
2015-04-13 23:01:57 +02:00
>f : () => void, Symbol(f, Decl(es6ExportDefaultFunctionDeclaration.ts, 0, 0))
2015-03-13 01:14:33 +01:00