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

10 lines
84 B
JavaScript

class Foo {
constructor() {
new.target;
}
test() {
new.target;
}
}