Skip to content

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

@SlimerDude

Description

@SlimerDude

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions