Skip to content

VM doesn't support async getters using => notation. #22632

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
lrhn opened this issue Mar 3, 2015 · 6 comments
Closed

VM doesn't support async getters using => notation. #22632

lrhn opened this issue Mar 3, 2015 · 6 comments
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
Milestone

Comments

@lrhn
Copy link
Member

lrhn commented Mar 3, 2015

Example code:
  Future get topArrowGetter async => await 42;
  main() { topArrowGetter.then(print); }

'file:///...': error: line 1 pos 42: semicolon expected
Future get topArrowGetter async => await 42;
                                         ^

@DartBot
Copy link

DartBot commented Mar 3, 2015

This comment was originally written by @mhausner


Set owner to @mhausner.
Added Accepted label.

@iposva-google
Copy link
Contributor

cc @crelier.

@lrhn
Copy link
Member Author

lrhn commented Mar 5, 2015

Added this to the 1.9 milestone.

@iposva-google
Copy link
Contributor

This does have a simple workaround, so I am lowering this bugs priority.


Removed this from the 1.9 milestone.
Added this to the 1.10 milestone.
Removed Priority-Unassigned label.
Added Priority-Medium label.

@DartBot
Copy link

DartBot commented Mar 9, 2015

This comment was originally written by @mhausner


Fixed in r44345.

@DartBot
Copy link

DartBot commented Mar 9, 2015

This comment was originally written by @mhausner


Really fixed.


Added Fixed label.

@lrhn lrhn added Type-Defect area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. labels Mar 9, 2015
@lrhn lrhn added this to the 1.10 milestone Mar 9, 2015
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