=== tests/cases/compiler/es6ExportDefaultIdentifier.ts === export function f() { } >f : () => void, Symbol(f, Decl(es6ExportDefaultIdentifier.ts, 0, 0)) export default f; >f : () => void, Symbol(f, Decl(es6ExportDefaultIdentifier.ts, 0, 0))