TypeScript/tests/cases/compiler/es6ExportDefaultFunctionDeclaration.ts

5 lines
75 B
TypeScript
Raw Normal View History

2015-03-13 01:14:33 +01:00
// @target: es6
// @declaration: true
export default function f() { }