mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SE-0289] Finish renaming source code, tests to "result builders"
This commit is contained in:
@@ -63,7 +63,7 @@ public:
|
||||
if (!sig->requiresProtocol(paramResultType, ViewProtocol)) continue;
|
||||
|
||||
// The parameter must not be a @ViewBuilder parameter.
|
||||
if (param->getFunctionBuilderType()) continue;
|
||||
if (param->getResultBuilderType()) continue;
|
||||
|
||||
// Print the function.
|
||||
printDecl(fn);
|
||||
|
||||
Reference in New Issue
Block a user