11 lines
87 B
JavaScript
11 lines
87 B
JavaScript
class Foo {
|
|
constructor() {
|
|
this.constructor;
|
|
}
|
|
|
|
test() {
|
|
void 0;
|
|
}
|
|
|
|
}
|