swc/ecmascript/codegen/tests/references/cdca52810bbe4532.js

10 lines
71 B
JavaScript
Raw Normal View History

function a() {
b.c('d');
}
a();
{
}
function a() {
b.c('e');
}