TypeScript/tests/baselines/reference/exportInFunction.errors.txt

9 lines
227 B
Plaintext

tests/cases/compiler/exportInFunction.ts(3,1): error TS1005: '}' expected.
==== tests/cases/compiler/exportInFunction.ts (1 errors) ====
function f() {
export = 0;
!!! error TS1005: '}' expected.