[Swift export][KT-65672] Add SIR node for import declaration
This commit is contained in:
committed by
Space Team
parent
f5b273a6d9
commit
10e4d34868
+7
@@ -142,4 +142,11 @@ object SwiftIrTree : AbstractSwiftIrTreeBuilder() {
|
||||
|
||||
visitorParameterName = "variable"
|
||||
}
|
||||
|
||||
val import by element {
|
||||
customParentInVisitor = declaration
|
||||
parent(declaration)
|
||||
|
||||
+field("moduleName", string)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user