Skip to content

Static members should not be visible on the type object #115

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

Closed
floitschG opened this issue Jul 4, 2017 · 1 comment
Closed

Static members should not be visible on the type object #115

floitschG opened this issue Jul 4, 2017 · 1 comment
Assignees

Comments

@floitschG
Copy link
Contributor

As discussed in dart-lang/sdk#23721, static members of a class should not be accessible through its Type object.

The SDK issue stays open until the spec explains this in a better (less convoluted) way, however the tests should get updated.

Affected tests:

Language/Classes/Getters/type_object_t01
Language/Classes/Getters/type_object_t02
Language/Classes/Setters/type_object_t01
Language/Classes/Setters/type_object_t02
Language/Classes/Static_Methods/type_object_t01
Language/Classes/Static_Methods/type_object_t02
@sgrekhov
Copy link
Contributor

Thank you. Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants