proposal-class-fields
proposal-class-fields copied to clipboard
Execution of initializer expressions is confusing in readme
From README#L174:
If
super()is not called in a derived class, and instead some other public and private fields are not added to the instance, and initializers are not evaluated.
If that happens, then what? The rest of the sentence is missing...