summaryrefslogtreecommitdiff
path: root/test/fixtures/syntax/illegal_if_not_wrapped.js
blob: d76a836c882b23c5d305f6a4ca608282358e9a7f (plain)
1
2
3
if (true) {
  return;
}