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

9 lines
112 B
JavaScript
Raw Normal View History

// Don't apply transformation to global code
function a() {
b.c('d');
}
function a() {
b.c('e');
}
a();