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

10 lines
370 B
Plaintext

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'.
==== tests/cases/compiler/typecheckCommaExpression.ts (2 errors) ====
(a, b)
~
!!! error TS2304: Cannot find name 'a'.
~
!!! error TS2304: Cannot find name 'b'.