TypeScript/tests/baselines/reference/parserVariableStatement4.types

12 lines
170 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/VariableLists/parserVariableStatement4.ts ===
var
a
>a : any
2014-08-15 23:33:16 +02:00
, b
>b : any
2014-08-15 23:33:16 +02:00
, c
>c : any
2014-08-15 23:33:16 +02:00