plugin-should-not-cover.js 55 Bytes
Newer Older
lxyang committed
1 2 3 4
const bar = function () {
  console.log('bar')
}
bar()