We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe5245 commit f07c7d1Copy full SHA for f07c7d1
lib/Sema/BuilderTransform.cpp
@@ -1979,7 +1979,8 @@ void swift::printFunctionBuilderBuildFunction(
1979
componentTypeString = "<#Component#>";
1980
1981
// Render the code.
1982
- ExtraIndentStreamPrinter printer(out, stubIndent.getValueOr(std::string()));
+ std::string stubIndentStr = stubIndent.getValueOr(std::string());
1983
+ ExtraIndentStreamPrinter printer(out, stubIndentStr);
1984
1985
// If we're supposed to provide a full stub, add a newline and the introducer
1986
// keywords.
0 commit comments