5 lines
69 B
JavaScript
5 lines
69 B
JavaScript
(x = class {
|
|
#foo;
|
|
test(other) { return #foo in other }
|
|
}) => {}
|