-
Notifications
You must be signed in to change notification settings - Fork 1.7k
dart2js should support new getter/setter syntax #3609
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
Comments
Set owner to @peter-ahe-google. |
Added Started label. |
Fixed in r10956. Added Fixed label. |
This comment was originally written by @simonpai I experienced the same issue with 11194. Can you help me verify it? Thanks. |
Hi simon.pai, Could you provide some additional details? What did you do? (please include a code sample) What happened? What did you expect? What did you use? (the Editor, the VM, dart2js, etc) Cheers, |
This comment was originally written by @simonpai Peter, Sorry for late response.
class AAA { I think it has been fixed in the latest version, and I'm not 100% certain about the conditions that trigger the issue as I have switched my IDE to the latest. But thanks for you effort. Let me know if you need more information about it. Simon |
Thank you, Simon. This makes sense, because in r11293, I addressed the issue of abstract getters (implicit or explicit). Both getters in your example class, AAA, are implicitly abstract, and dart2js couldn't handle this when I closed this bug. Cheers, |
See issue #3602
The text was updated successfully, but these errors were encountered: