@@ -3469,18 +3469,19 @@ declarations.swift:
34693469#-----| getElement(0): [ReturnStmt] return ...
34703470#-----| getResult(): [MemberRefExpr] .wrappedValue
34713471#-----| getBase(): [DeclRefExpr] _x
3472+ #-----| getPropertyWrapperBackingVarBinding(): [PatternBindingDecl] var ... = ...
3473+ # 77| getInit(0): [CallExpr] call to init()
3474+ # 77| getFunction(): [ConstructorRefCallExpr] call to init()
3475+ # 77| getFunction(): [DeclRefExpr] init()
3476+ # 77| getArgument(0): [Argument] : ZeroWrapper.Type
3477+ # 77| getExpr(): [TypeExpr] ZeroWrapper.Type
3478+ # 77| getTypeRepr(): [TypeRepr] ZeroWrapper
3479+ # 77| getPattern(0): [TypedPattern] ... as ...
3480+ # 77| getSubPattern(): [NamedPattern] _x
3481+ # 77| getPropertyWrapperBackingVar(): [ConcreteVarDecl] _x
3482+ # 77| Type = ZeroWrapper
34723483# 78| getElement(2): [ReturnStmt] return ...
34733484# 78| getResult(): [DeclRefExpr] x
3474- # 77| [CallExpr] call to init()
3475- # 77| getFunction(): [ConstructorRefCallExpr] call to init()
3476- # 77| getFunction(): [DeclRefExpr] init()
3477- # 77| getArgument(0): [Argument] : ZeroWrapper.Type
3478- # 77| getExpr(): [TypeExpr] ZeroWrapper.Type
3479- # 77| getTypeRepr(): [TypeRepr] ZeroWrapper
3480- # 77| [TypedPattern] ... as ...
3481- # 77| getSubPattern(): [NamedPattern] _x
3482- # 77| [ConcreteVarDecl] _x
3483- # 77| Type = ZeroWrapper
34843485# 81| [StructDecl] HasPropertyAndObserver
34853486# 82| getMember(0): [PatternBindingDecl] var ... = ...
34863487# 82| getPattern(0): [TypedPattern] ... as ...
0 commit comments