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

6 lines
154 B
Plaintext
Raw Normal View History

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