Skip to content

Commit

Permalink
Update fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Apr 21, 2021
1 parent ec8a979 commit 65d74f6
Showing 1 changed file with 3 additions and 3 deletions.
@@ -1,8 +1,8 @@
var _ABrandCheck = new WeakSet();
var _fooBrandCheck = new WeakSet();

class A {
#foo = void _ABrandCheck.add(this);
#foo = void _fooBrandCheck.add(this);
static #_ = (() => {
register(A, _ABrandCheck.has(A));
register(A, _fooBrandCheck.has(A));
})();
}

0 comments on commit 65d74f6

Please sign in to comment.