This commit is contained in:
Andy Gocke 2020-04-28 10:26:27 -07:00 коммит произвёл GitHub
Родитель 124dabcb01
Коммит 3159656400
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -140,7 +140,7 @@ final initializers.
#### Conclusion
Accepted. `type-name '{' ... '}'` will refer to a primary-constructor-body and `init '{' ... '}'` is
the new "validator"/"final initializer" syntax.
the new "validator"/"final initializer" syntax. No decisions on semantics.
### Primary constructor base calls
@ -177,4 +177,4 @@ reflects the full spectrum of options available in classes today.
#### Conclusion
Both syntaxes are accepted. If prioritization is needed, the base specification on the primary
constructor body is preferred.
constructor body is preferred.