swc/crates/swc_estree_compat/tests/fixtures/comments-line/input.js

5 lines
75 B
JavaScript
Raw Normal View History

function x() {
// some comment
let a = true; // trailing comment
}