Skip to content

VM fails to reject dart/corelib/src/implementation/future_implementation.dart #2030

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
peter-ahe-google opened this issue Mar 6, 2012 · 5 comments
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
Milestone

Comments

@peter-ahe-google
Copy link
Contributor

See issue #2029. The VM does not reject the malformed constructor in FutureImpl.

@iposva-google
Copy link
Contributor

This is another constructor issue. In this case: Redirecting constructors should not have a body.


Set owner to @mhausner.
Added this to the M1 milestone.
Added Accepted label.

@iposva-google
Copy link
Contributor

Is this still an issue? Is there a corresponding test case which we could list here?

@iposva-google
Copy link
Contributor

Removed this from the M1 milestone.
Added this to the M2 milestone.

@DartBot
Copy link

DartBot commented Oct 31, 2012

This comment was originally written by @mhausner


This is implemented correctly. Added test case language/constructor_redirect6_negative_test.


Added Fixed label.

@DartBot
Copy link

DartBot commented Oct 31, 2012

This comment was originally written by @mhausner


Actually, the test is constructor_redirect2_test.dart.

Checked in at r14376.

@peter-ahe-google peter-ahe-google added Type-Defect area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. labels Oct 31, 2012
@peter-ahe-google peter-ahe-google added this to the M2 milestone Oct 31, 2012
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
Projects
None yet
Development

No branches or pull requests

3 participants