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.
AppliedBuilderTransform
1 parent c71de21 commit 1d0d067Copy full SHA for 1d0d067
include/swift/Sema/ConstraintSystem.h
@@ -886,6 +886,10 @@ struct AppliedBuilderTransform {
886
/// converted. Opaque types should be unopened.
887
Type bodyResultType;
888
889
+ /// The version of the original body with result builder applied
890
+ /// as AST transformation.
891
+ NullablePtr<BraceStmt> transformedBody;
892
+
893
/// An expression whose value has been recorded for later use.
894
struct RecordedExpr {
895
/// The temporary value that captures the value of the expression, if
0 commit comments