Skip to content

Multiple interfaces breaks navigation #2

@gkinsman

Description

@gkinsman

From @gkinsman on March 26, 2015 6:6

Teapot isn't able to find implementations of interfaces when the implementation implements multiple interfaces.

interface IBar<T> { }
interface IBaz<T> { }
class Foo<T> : IBar<T>, IBaz<T> { }

Navigating from usages of IBar or IBaz won't find either implementation.

Copied from original issue: DevRust/Teapot.Public#1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions