Skip to content

Commit 4d0c23c

Browse files
committed
Swift: Add a test of Location.qll.
1 parent af79139 commit 4d0c23c

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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 |
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import swift
2+
3+
from Location l
4+
select l
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
func test(x: Int) {
3+
}

0 commit comments

Comments
 (0)