Files
babel/test/fixtures/generation/comments/variable-declarator-line-comment/expected.js
Sebastian McKenzie df70be4ebb clean up and fix tests
2014-11-07 12:33:35 +11:00

10 lines
186 B
JavaScript

function test() {
var
// Leading to VariableDeclarator
// Leading to VariableDeclarator
i = 20,
// Leading to VariableDeclarator
// Leading to VariableDeclarator
j = 20;
}