TypeScript/tests/baselines/reference/es5ExportDefaultExpression.types
2015-03-12 17:14:33 -07:00

6 lines
125 B
Text

=== tests/cases/compiler/es5ExportDefaultExpression.ts ===
export default (1 + 2);
>(1 + 2) : number
>1 + 2 : number