TypeScript/tests/baselines/reference/parserVariableDeclaration11.types

6 lines
136 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/conformance/parser/ecmascript5/VariableDeclarations/parserVariableDeclaration11.ts ===
var a,b;
>a : any
>b : any
2014-08-15 23:33:16 +02:00