3 lines
74 B
JavaScript
3 lines
74 B
JavaScript
function Foo(x = new.target) {}
|
|
function Bar() { (x = new.target) => {} }
|
function Foo(x = new.target) {}
|
|
function Bar() { (x = new.target) => {} }
|