TypeScript/tests/baselines/reference/parserVariableStatement4.types

12 lines
326 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
2015-04-13 23:01:57 +02:00
>a : any, Symbol(a, Decl(parserVariableStatement4.ts, 0, 3))
2014-08-15 23:33:16 +02:00
, b
2015-04-13 23:01:57 +02:00
>b : any, Symbol(b, Decl(parserVariableStatement4.ts, 2, 3))
2014-08-15 23:33:16 +02:00
, c
2015-04-13 23:01:57 +02:00
>c : any, Symbol(c, Decl(parserVariableStatement4.ts, 3, 3))
2014-08-15 23:33:16 +02:00