Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add generic info for methods with thisArg of built-in classes
when enabling noImplicitThis, if assing this argument for methods like `array.forEach` will cause compile error. This commit fixes it. fix microsoft#12548
- Loading branch information