mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
AST: Plumb a 'context' parameter through to AbstractFunctionBody's body synthesizer
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
using namespace swift;
|
||||
|
||||
static void deriveBodyBridgedNSError_enum_nsErrorDomain(
|
||||
AbstractFunctionDecl *domainDecl) {
|
||||
AbstractFunctionDecl *domainDecl, void *) {
|
||||
// enum SomeEnum {
|
||||
// @derived
|
||||
// static var _nsErrorDomain: String {
|
||||
|
||||
Reference in New Issue
Block a user