Files
babel/packages/babel-plugin-transform-es2015-block-scoping/test/fixtures/general/function/expected.js

4 lines
39 B
JavaScript

function test() {
var foo = "bar";
}