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 6e550bc commit 22ab6ecCopy full SHA for 22ab6ec
include/swift/Sema/ConstraintSystem.h
@@ -914,6 +914,10 @@ struct AppliedBuilderTransform {
914
/// converted. Opaque types should be unopened.
915
Type bodyResultType;
916
917
+ /// The version of the original body with result builder applied
918
+ /// as AST transformation.
919
+ NullablePtr<BraceStmt> transformedBody;
920
+
921
/// An expression whose value has been recorded for later use.
922
struct RecordedExpr {
923
/// The temporary value that captures the value of the expression, if
0 commit comments