Swift: define ImportDecl:imported_module optional

This commit is contained in:
Paolo Tranquilli
2022-08-24 14:26:29 +02:00
parent 623d87aaca
commit 7873f07fac
6 changed files with 21 additions and 9 deletions

View File

@@ -311,7 +311,7 @@ IfConfigClause:
ImportDecl:
_extends: Decl
is_exported: predicate
imported_module: ModuleDecl
imported_module: ModuleDecl? # may be none in inactive #if clauses
declarations: ValueDecl*
MissingMemberDecl: