peripheryapp / periphery

A tool to identify unused code in Swift projects.
MIT License
5.02k stars 178 forks source link

Automatic removal of a type should remove extensions on nested types. #705

Open ileitch opened 5 months ago

ileitch commented 5 months ago
class Foo {
   class Bar {}
}

extension Foo.Bar {} // Not removed