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

Redundant conformance replacement should include type base names #706

Open
ileitch opened this issue Jan 21, 2024 · 0 comments
Open

Redundant conformance replacement should include type base names #706

ileitch opened this issue Jan 21, 2024 · 0 comments
Labels
bug A bug in Periphery

Comments

@ileitch
Copy link
Contributor

ileitch commented Jan 21, 2024

protocol Redundant1 {}
protocol Redundant2: Module.Redundant1 {}
class SomeClass: Redundant2 {} // Replace with `Module.Redundant1` not `Redundant1`
@ileitch ileitch added the bug A bug in Periphery label Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug in Periphery
Projects
None yet
Development

No branches or pull requests

1 participant