2018-01-09 15:36:42 +01:00

11 lines
87 B
JavaScript

class Foo {
constructor() {
this.constructor;
}
test() {
void 0;
}
}