We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As discussed in dart-lang/sdk#23721, static members of a class should not be accessible through its Type object.
Type
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
The text was updated successfully, but these errors were encountered:
Fix for issue #115. Static members should not be visible on the type …
e4ce6f0
…object
d03a706
Thank you. Fixed
Sorry, something went wrong.
sgrekhov
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: