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

Functions must define call #14228

Closed
bwilkerson opened this issue Oct 18, 2013 · 0 comments
Closed

Functions must define call #14228

bwilkerson opened this issue Oct 18, 2013 · 0 comments
Labels
area-test Cross-cutting test issues (use area- labels for specific failures; not used for package:test). closed-obsolete Closed as the reported issue is no longer relevant type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@bwilkerson
Copy link
Member

The test language/black_listed_test/none defines two concrete subclasses of function that do not define concrete implementation of the call method. According to section 15.5 of the specification:

It is a static warning if a concrete class implements Function and does not have a concrete method named call().

but the test does not expect any warnings.

@bwilkerson bwilkerson added Type-Defect area-test Cross-cutting test issues (use area- labels for specific failures; not used for package:test). labels Oct 18, 2013
@kevmoo kevmoo added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed priority-unassigned labels Feb 29, 2016
@matanlurey matanlurey added the closed-obsolete Closed as the reported issue is no longer relevant label Jun 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-test Cross-cutting test issues (use area- labels for specific failures; not used for package:test). closed-obsolete Closed as the reported issue is no longer relevant type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

3 participants