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

8 lines
67 B
JavaScript
Raw Normal View History

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