We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03ce2b0 + adb58e3 commit 7ee862aCopy full SHA for 7ee862a
swift/ql/test/library-tests/elements/location/location.ql
@@ -1,4 +1,5 @@
1
import swift
2
3
from Location l
4
+where exists(l.getFile().getRelativePath()) or l instanceof UnknownLocation
5
select l
0 commit comments