mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
AST: Move a few methods from VarDecl down to ParamDecl
This commit is contained in:
@@ -477,7 +477,7 @@ public:
|
||||
}
|
||||
|
||||
VarDecl *VD =
|
||||
new (Context) VarDecl(/*IsStatic*/false, VarDecl::Specifier::Let,
|
||||
new (Context) VarDecl(/*IsStatic*/false, VarDecl::Introducer::Let,
|
||||
/*IsCaptureList*/false, SourceLoc(),
|
||||
Context.getIdentifier(NameBuf),
|
||||
TypeCheckDC);
|
||||
|
||||
Reference in New Issue
Block a user