TypeScript/tests/baselines/reference/parserVariableStatement3.types

12 lines
166 B
Plaintext
Raw Normal View History

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