Michele Simone

Results 1 issues of Michele Simone

Given a protocol defined as ```swift @objc public protocol AProtocol { static func pubfunction() static var pubvariable: Int { get } } ``` SourceKit do not reports the right ACL...