Closed
Description
openedon Dec 14, 2015
Isn't
class Foo {
static new() {
console.log(123);
}
}
Foo.new();
new Foo();
ambiguous with regard to Foo::new
, shouldn't it be something more like new::Foo
?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels