This commit is contained in:
Joseph Musser 2021-02-08 23:13:46 -05:00 коммит произвёл GitHub
Родитель ec31c2771e
Коммит 1774292e88
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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