Skip to content

Commit

Permalink
fix: update conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Oct 2, 2024
1 parent c14e2ed commit 6ce5bdb
Showing 1 changed file with 1 addition and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,28 +64,6 @@ class C1 {
get x() {
using d11 = {
[Symbol.dispose] () {}
(function(N) {
try {
var _usingCtx = _using_ctx();
var d18 = _usingCtx.u({
[Symbol.dispose] () {}
});
} catch (_) {
_usingCtx.e = _;
} finally{
_usingCtx.d();
}
})(N || (N = {}));
{
try {
var _usingCtx1 = _using_ctx();
const d19 = _usingCtx1.u({
[Symbol.dispose] () {}
});
} catch (_) {
_usingCtx1.e = _;
} finally{
_usingCtx1.d();
}
;
return 0;
Expand Down Expand Up @@ -137,7 +115,6 @@ class C3 extends C1 {
super(), this.y = 1;
}
}
var N;
(function(N) {
using d18 = {
[Symbol.dispose] () {}
Expand Down Expand Up @@ -180,9 +157,6 @@ try {
[Symbol.dispose] () {}
}
;
var N;
} catch (_) {
_usingCtx.e = _;
} finally{
using d25 = {
[Symbol.dispose] () {}
Expand Down Expand Up @@ -233,4 +207,5 @@ for (const x of []){
}
;
}
var N;
export { };

0 comments on commit 6ce5bdb

Please sign in to comment.