You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.
The grammar of constructors allows abstract constructors. Already this is a little weird and we should consider what it means to have an abstract constructor. Are constructors invoked with virtual dispatch? If not, then what does it even mean to have an abstract ctor?
If we do want to have abstract constructors then the grammar needs to allow a semi as an empty body.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The grammar of constructors allows abstract constructors. Already this is a little weird and we should consider what it means to have an abstract constructor. Are constructors invoked with virtual dispatch? If not, then what does it even mean to have an abstract ctor?
If we do want to have abstract constructors then the grammar needs to allow a semi as an empty body.
The text was updated successfully, but these errors were encountered: