We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 227dad8 commit 8addc06Copy full SHA for 8addc06
2 files changed
swift/integration-tests/posix-only/partial-modules/Modules.expected
@@ -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 |
swift/integration-tests/posix-only/partial-modules/Modules.ql
@@ -0,0 +1,5 @@
+import swift
+
+from ModuleDecl decl
+where not decl.isBuiltinModule() and not decl.isSystemModule()
5
+select decl
0 commit comments