fus icon indicating copy to clipboard operation
fus copied to clipboard

Can not find the class that contains the call itself

Open TBXark opened this issue 8 years ago • 1 comments

This is an example


class UnusedClass {
   // only used here
    func doSomeThing() -> UnusedClass {
        return UnusedClass()
    }
}

TBXark avatar Aug 22 '17 09:08 TBXark

Unless that is a static function, should fus detect that? or are you saying it does detect that currently and shouldn't?

mmdock avatar Feb 26 '19 00:02 mmdock