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

9 lines
214 B
Text
Raw Normal View History

==== tests/cases/compiler/uncaughtCompilerError2.ts (2 errors) ====
2014-07-13 01:04:16 +02:00
function getObj() {
().toString();
~
!!! '=>' expected.
~~~~~~~~
!!! Cannot find name 'toString'.
2014-07-13 01:04:16 +02:00
}