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

implementing multiple interface breaks class block tokenizing #22

Closed
kopischke opened this issue May 4, 2009 · 1 comment
Closed

implementing multiple interface breaks class block tokenizing #22

kopischke opened this issue May 4, 2009 · 1 comment

Comments

@kopischke
Copy link

A class implementing multiple interfaces ( i.e. class Foo extends Bar implements Foobar, Barfoo) will not be tokenized as a class block, while a class implementing only one ( i.e. class Foo extends Bar implements Foobar) will.

@derekr
Copy link
Owner

derekr commented May 6, 2009

Good catch. I'll be fixing this for the next release.

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

No branches or pull requests

2 participants