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

Searching for Mixin method usage does not work from implementation #107

Open
SlimerDude opened this issue Jan 18, 2018 · 0 comments
Open

Comments

@SlimerDude
Copy link
Collaborator

Given:

mixin Stuff {
    abstract Void method()
}
class StuffImpl : Stuff {
    override Void method() { }
}

If I search for usages of method() from the implementation (SHIFT+CTRL+G) then F4 returns nothing. Instead I have to select / highlight method() on the mixin and search from there.

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

1 participant