infernu
infernu copied to clipboard
new keyword can't be used with non-explicit constructor
tests/valid/new-func.js fails, because this function:
function mkn(f, a) { return new f(a); }
Can't really be used due to automatic row-closing (f is inferred to have this
of type {}
)