mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Property delegates] Fix printing of memberwise initializer default arguments
This commit is contained in:
@@ -126,6 +126,10 @@ void simple_display(
|
||||
llvm::raw_ostream &out,
|
||||
const PropertyDelegateBackingPropertyInfo &backingInfo);
|
||||
|
||||
/// Given the initializer for the given property with an attached property
|
||||
/// delegate, dig out the original initialization expression.
|
||||
Expr *findOriginalPropertyDelegateInitialValue(VarDecl *var, Expr *init);
|
||||
|
||||
} // end namespace swift
|
||||
|
||||
#endif // SWIFT_AST_PROPERTY_DELEGATES_H
|
||||
|
||||
Reference in New Issue
Block a user