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

Save failed due to CCE #337

Closed
stevemessick opened this issue Nov 4, 2011 · 2 comments
Closed

Save failed due to CCE #337

stevemessick opened this issue Nov 4, 2011 · 2 comments
Assignees
Labels
P0 A serious issue requiring immediate resolution

Comments

@stevemessick
Copy link
Contributor

The following code cannot be saved. Method names are not always identifiers, and even when they are supposed to be identifiers the parser may be giving back an incorrect AST due to syntax errors.

class Ci<S> implements I<> {
  factory I<R>() {}
}
interface I<T extends Map> factory Ci<T> {
}

Compilation errors go away and the file can be saved if a generic type is added within the <>

@bwilkerson
Copy link
Member

Set owner to @bwilkerson.
Added Accepted label.

@bwilkerson
Copy link
Member

I believe that this was fixed by the save fix as 330, but it did reveal some other bugs that I will fix in another CL.


Set owner to @stevemessick.
Added Fixed label.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P0 A serious issue requiring immediate resolution
Projects
None yet
Development

No branches or pull requests

2 participants