We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af79139 commit 4d0c23cCopy full SHA for 4d0c23c
3 files changed
swift/ql/test/library-tests/elements/location/location.expected
@@ -0,0 +1,4 @@
1
+| file://:0:0:0:0 | UnknownLocation |
2
+| location.swift:2:1:3:1 | DbLocation |
3
+| location.swift:2:11:2:14 | DbLocation |
4
+| location.swift:2:19:3:1 | DbLocation |
swift/ql/test/library-tests/elements/location/location.ql
+import swift
+
+from Location l
+select l
swift/ql/test/library-tests/elements/location/location.swift
@@ -0,0 +1,3 @@
+func test(x: Int) {
+}
0 commit comments