swc/tests/srcmap/issue-622/index.js

6 lines
80 B
JavaScript
Raw Normal View History

2020-02-16 10:51:42 +03:00
function* foo() {
try {
return yield call();
} finally {
}
}