TypeScript/tests/cases/compiler/declFileForVarList.ts

4 lines
70 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
// @declaration: true
var x, y, z = 1;
var x1 = 1, y2 = 2, z2 = 3;