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

5 lines
82 B
JavaScript

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