Files
babel/packages/babel-generator/test/fixtures/comments/empty-line-comment/expected.js
2015-10-05 16:37:37 +01:00

5 lines
85 B
JavaScript

function test() {
// Leading to EmptyStatement
; // Trailing to EmptyStatement
}