TypeScript/tests/baselines/reference/uncaughtCompilerError2.errors.txt
2014-09-12 13:35:07 -07:00

10 lines
272 B
Plaintext

tests/cases/compiler/uncaughtCompilerError2.ts(2,5): error TS1109: Expression expected.
==== tests/cases/compiler/uncaughtCompilerError2.ts (1 errors) ====
function getObj() {
().toString();
~
!!! error TS1109: Expression expected.
}