Skip to content
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

add test for getting return type of a getter #22

Closed
wants to merge 1 commit into from

Conversation

jakemac53
Copy link
Contributor

This currently fails, but demonstrates the use case that polymer needs.

@eernstg
Copy link
Collaborator

eernstg commented Sep 7, 2015

Getting the return type of a getter should be corrected by https://codereview.chromium.org/1311873004/.

@jakemac53
Copy link
Contributor Author

Should this test now be merged then? Either that or this issue can be closed if its tested elsewhere.

@jakemac53 jakemac53 closed this Oct 2, 2015
@jakemac53 jakemac53 reopened this Oct 2, 2015
@jakemac53
Copy link
Contributor Author

whoops didn't mean to close :)

@eernstg
Copy link
Collaborator

eernstg commented Oct 3, 2015

I added material similar to your input to 'parameter_test.dart' (where other tests of explicitly declared getters and setters occur), and I also added tests on the return types of the already declared implicit getters and setters in 'implicit_getter_setter_test.dart', so it should be covered today. Thanks again for your input, it was indeed missing at that point!

@eernstg eernstg closed this Oct 3, 2015
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

Successfully merging this pull request may close these issues.

None yet

2 participants