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

Abstract modifier for classes is not supported #1603

Closed
DartBot opened this issue Feb 9, 2012 · 9 comments
Closed

Abstract modifier for classes is not supported #1603

DartBot opened this issue Feb 9, 2012 · 9 comments
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.

Comments

@DartBot
Copy link

DartBot commented Feb 9, 2012

This issue was originally filed by ms...@unipro.ru


DartVM and Frog (r4069) produce a compile-time error if a class is used with the abstract modifier.

@anders-sandholm
Copy link
Contributor

Added Area-VM, Triaged labels.
Changed the title to: "Abstract modifier for classes is not supported in DartVM".

@anders-sandholm
Copy link
Contributor

Issue #1605 filed for Frog

@ghost
Copy link

ghost commented Feb 16, 2012

Set owner to @mhausner.

@iposva-google
Copy link
Contributor

Added Accepted label.

@DartBot
Copy link
Author

DartBot commented Apr 16, 2012

This comment was originally written by @mhausner


Issue #374 has been merged into this issue.

@DartBot
Copy link
Author

DartBot commented Apr 16, 2012

This comment was originally written by @mhausner


Fixed in CL 6612.


Added Fixed label.

@DartBot
Copy link
Author

DartBot commented Apr 26, 2012

This comment was originally written by @tomyeh


Yes, it is OK to run with DartVM. However, it still fails with frogc.

client/util/src/AbstractList.dart:16:10: fatal: expected identifier, but found keyword 'class'(class)
abstract class AbstractList<E> implements List<E> {

@kasperl
Copy link

kasperl commented Apr 26, 2012

Set owner to @kasperl.
Removed Area-VM label.
Added Area-Frog, Accepted labels.
Changed the title to: "Abstract modifier for classes is not supported".

@kasperl
Copy link

kasperl commented Apr 26, 2012

Ah. My bad. Clearly the VM bug is fixed. The corresponding frog bug (issue #1605) is still not fixed. Closing this one.


Set owner to @mhausner.
Removed Area-Frog label.
Added Area-VM, Fixed labels.

@DartBot DartBot added Type-Defect area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. labels Apr 26, 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

4 participants