mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
8 lines
134 B
JavaScript
8 lines
134 B
JavaScript
try {
|
|
("try");
|
|
} finally {
|
|
function should_be_created_twice_in_cfg() {
|
|
"should_be_created_twice_in_cfg";
|
|
}
|
|
("finally");
|
|
}
|