8 lines
73 B
JavaScript
8 lines
73 B
JavaScript
class Foo {
|
|
#foo() {}
|
|
|
|
test(other) {
|
|
return #foo in other;
|
|
}
|
|
}
|