Regression: Unable to override statics of class
Open
bug
- Dominant language
- Rust
- Stars
- 22.3k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
```js
declare class Foo extends Array{
static bind(): Foo;
}
```
This makes it impossible to provide a flow libdef for Bluebird:
```js
declare class Bluebird$Promise<+R> extends Promise{
static bind(ctx: any): Bluebird$Promise;
}
```
http://bluebirdjs.com/docs/api/promise.bind.html
Contributor guide
Assessment
This issue has not been assessed yet.