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

10 lines
370 B
Plaintext
Raw Normal View History

tests/cases/compiler/typecheckCommaExpression.ts(1,2): error TS2304: Cannot find name 'a'.
tests/cases/compiler/typecheckCommaExpression.ts(1,5): error TS2304: Cannot find name 'b'.
2014-07-13 01:04:16 +02:00
==== tests/cases/compiler/typecheckCommaExpression.ts (2 errors) ====
(a, b)
~
!!! error TS2304: Cannot find name 'a'.
2014-07-13 01:04:16 +02:00
~
!!! error TS2304: Cannot find name 'b'.