This commit is contained in:
Joseph Musser 2021-02-08 23:13:46 -05:00 committed by GitHub
parent ec31c2771e
commit 1774292e88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ neither of them would totally eliminate the needs to apply the modifiers to inte
#### Conclusion
We will require `abstract` or `virtual` be applied to a virtual static member. We will also look at allowing these modifiers for intstance interface
We will require `abstract` or `virtual` be applied to a virtual static member. We will also look at allowing these modifiers for instance interface
methods, even though they are redundant, much like we allow `public` on members today.
### Self-applicability as a constraint