Skip to content

Commit

Permalink
Update test refs.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed May 28, 2024
1 parent fa7e2fa commit 1556822
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
var Foo, Foo1, Foo2;
(Foo1 = Foo || (Foo = {}))[Foo1.a = 1] = "a", (Foo2 = Foo || (Foo = {}))[Foo2.b = 2] = "b";
export { Foo };

0 comments on commit 1556822

Please sign in to comment.