TypeScript/tests/baselines/reference/uncaughtCompilerError2.errors.txt
2014-07-12 17:30:19 -07:00

7 lines
160 B
Plaintext

==== tests/cases/compiler/uncaughtCompilerError2.ts (1 errors) ====
function getObj() {
().toString();
~
!!! '=>' expected.
}