Skip to content
This repository was archived by the owner on Sep 20, 2022. It is now read-only.
This repository was archived by the owner on Sep 20, 2022. It is now read-only.

Decide what to do when there are multiple types with the same name #18

@fdiaz

Description

@fdiaz

What should the tool return in general when there is a non top-level type?

final class Some {
}

struct Another {
  struct Some { }
}

Should SwiftInspector always return the Another.Some when looking for "Some" or only the top-level declaration?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions