TypeScript/tests/baselines/reference/typecheckCommaExpression.errors.txt
2014-09-11 16:11:08 -07:00

6 lines
182 B
Plaintext

==== tests/cases/compiler/typecheckCommaExpression.ts (2 errors) ====
(a, b)
~
!!! error TS2304: Cannot find name 'a'.
~
!!! error TS2304: Cannot find name 'b'.