Closed ndmitchell closed 7 years ago
Sometimes people do import Foo() and Foo doesn't have any orphan instances, which is a clear weed. Following #7 I can detect that.
import Foo()
Foo
Done - turned out to be a lot more subtle, but it does work.
Sometimes people do
import Foo()
andFoo
doesn't have any orphan instances, which is a clear weed. Following #7 I can detect that.