mirror of
https://github.com/github/codeql.git
synced 2026-04-20 22:44:52 +02:00
Swift: add integration test for multiple modules
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
| file://:0:0:0:0 | A |
|
||||
| file://:0:0:0:0 | B |
|
||||
| file://:0:0:0:0 | main |
|
||||
| file://:0:0:0:0 | partial_modules |
|
||||
@@ -0,0 +1,5 @@
|
||||
import swift
|
||||
|
||||
from ModuleDecl decl
|
||||
where not decl.isBuiltinModule() and not decl.isSystemModule()
|
||||
select decl
|
||||
Reference in New Issue
Block a user