Skip to content

Commit

Permalink
fix: A test on main (#15277)
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
liuxingbaoyu committed Dec 15, 2022
1 parent 6a45b88 commit bdfd643
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var a = babelHelpers.temporalUndefined;
f(() => babelHelpers.temporalRef(a, "a"));
a = void 0;
var a = void 0;
var b;
f(() => b);

0 comments on commit bdfd643

Please sign in to comment.