Ben Hjerrild

Results 1 issues of Ben Hjerrild

The following code and rule incorrectly result in a NEAL failure. ``` public class MyObject { public func myFunc(_ object: Any) -> Bool { return object as? Dictionary != nil...