-
Notifications
You must be signed in to change notification settings - Fork 479
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Class fields test coverage - task list #1161
Comments
I'll be here to review as you work your way through this list. |
@xanlpz This format looks good. The only thing is, when you write |
please include tests for
|
Closing this as we got class-fields pretty much well covered. @mroch those should be covered as well. |
Is there a test for multiple public fields of the same name? (The semantics should be that all initializers run, and the second definition clobbers the first; the earlier definition should be visible while intermediate initializers are running.) |
I'll give a check and fix the coverage for this if necessary. |
There's been a lot of tests added for class fields; I think we can consider this task complete. |
As suggested by @littledan, here is a TODO list proposal with the tests that we should have for the class fields feature. The format is: - [checkbox] Description (asigned to)
Some doubts about this:
Runtime
Static
(Initial example, after we agree on a format I will continue adding examples and errors referenced in the spec)
The text was updated successfully, but these errors were encountered: