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

Tags aren't generated for classes when the => arrow isn't on the same line as the class name #40

Open
neongreen opened this issue May 26, 2017 · 2 comments

Comments

@neongreen
Copy link

For the following files, an empty tags file is generated:

class (A x, B x) =>
      Foo x
class (A x, B x)
      =>
      Foo x

For this file, tags are generated correctly:

class (A x, B x)
      => Foo x
@jhenahan
Copy link
Collaborator

Thanks for the minimal examples! I'll see if I can knock this one out quickly.

jhenahan added a commit that referenced this issue Oct 24, 2017
@jhenahan
Copy link
Collaborator

I've added your test cases and I'm looking into this now. I know approximately where it's going wrong, but unwinding what it's actually doing there is taking some effort.

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