Danyil Nefodov
Results
2
issues of
Danyil Nefodov
Hi! I have protocols which use Compiler custom flags. I have code similar to next one: ```swift protocol Boo { func doesBoo(arg: Int64) #if FEATURE_FLAG func doesBooForFeature(arg: Int64) #endif }...
enhancement
Hi! I have next protocol with block-type closure: ```swift protocol AsyncSampleProtocol { func async(execute work: @escaping @convention(block) () -> Void) } extension AsyncSample : AsyncSampleProtocol { func async(execute work: @escaping...
enhancement