swc/ecmascript/codegen/tests/references/d3d6ca7932414eed.js
강동윤 eb2a2a7f15
Fix tests and lints (#44)
- Temporarilly ignored comment codegen tests.
 - Split Simplify into SimplifyExpr and SimplifyStmt
 - fix lints
2018-11-05 13:12:52 +09:00

8 lines
90 B
JavaScript

function a(b = 1) {
}
function c(b = (2 + 3)) {
}
function d({ e } = {
}, [f] = [4]) {
}