swc/ecmascript/codegen/tests/references/7c9c0cce695bc705.js

10 lines
115 B
JavaScript
Raw Normal View History

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