Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust wording about extension vs. static method conflicts (#2207)
The section about extensions in the language specification had an imprecise wording about conflicts involving an extension member (static or not) and a member of the class `Object`. This PR clarifies the text: Such conflicts only arise when the member of `Object` is an instance member.
- Loading branch information