difftastic/after.js

7 lines
52 B
JavaScript

// hello!
if (true) {
foo();
bar(1);
baz();
}