fus
fus copied to clipboard
Can not find the class that contains the call itself
This is an example
class UnusedClass {
// only used here
func doSomeThing() -> UnusedClass {
return UnusedClass()
}
}
Unless that is a static function, should fus detect that? or are you saying it does detect that currently and shouldn't?