mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[CompilerSources] Register using declaration
This commit is contained in:
@@ -124,6 +124,8 @@ final public class TopLevelCodeDecl: Decl {}
|
||||
|
||||
final public class ImportDecl: Decl {}
|
||||
|
||||
final public class UsingDecl: Decl {}
|
||||
|
||||
final public class PrecedenceGroupDecl: Decl {}
|
||||
|
||||
final public class MissingDecl: Decl {}
|
||||
|
||||
@@ -36,6 +36,7 @@ public func registerAST() {
|
||||
registerDecl(ExtensionDecl.self)
|
||||
registerDecl(TopLevelCodeDecl.self)
|
||||
registerDecl(ImportDecl.self)
|
||||
registerDecl(UsingDecl.self)
|
||||
registerDecl(PrecedenceGroupDecl.self)
|
||||
registerDecl(MissingDecl.self)
|
||||
registerDecl(MissingMemberDecl.self)
|
||||
|
||||
Reference in New Issue
Block a user