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

6 lines
154 B
Plaintext

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