We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef67311 commit 3d1aae7Copy full SHA for 3d1aae7
2 files changed
swift/ql/integration-tests/osx/hello-xcode/Files.expected
@@ -1,2 +1 @@
1
| codeql-swift-autobuild-test/AppDelegate.swift:0:0:0:0 | codeql-swift-autobuild-test/AppDelegate.swift |
2
-| file://:0:0:0:0 | |
swift/ql/integration-tests/osx/hello-xcode/Files.ql
@@ -1,5 +1,5 @@
import swift
3
from File f
4
-where exists(f.getRelativePath()) or f instanceof UnknownFile
+where exists(f.getRelativePath())
5
select f
0 commit comments