Skip to content

Commit 8addc06

Browse files
committed
Swift: add integration test for multiple modules
1 parent 227dad8 commit 8addc06

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
| file://:0:0:0:0 | A |
2+
| file://:0:0:0:0 | B |
3+
| file://:0:0:0:0 | main |
4+
| file://:0:0:0:0 | partial_modules |
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import swift
2+
3+
from ModuleDecl decl
4+
where not decl.isBuiltinModule() and not decl.isSystemModule()
5+
select decl

0 commit comments

Comments
 (0)