Skip to content

Commit ca98c4a

Browse files
committed
Extra edge to captured variable
1 parent 02ad1a8 commit ca98c4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go/ql/test/query-tests/InconsistentCode/UnhandledCloseWritableHandle/UnhandledCloseWritableHandle.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
edges
22
| tests.go:8:24:8:24 | definition of f | tests.go:9:8:9:8 | f |
33
| tests.go:12:32:12:32 | definition of f | tests.go:13:13:13:13 | capture variable f |
4+
| tests.go:12:32:12:32 | definition of f | tests.go:14:3:14:3 | f |
45
| tests.go:13:13:13:13 | capture variable f | tests.go:14:3:14:3 | f |
56
| tests.go:31:5:31:78 | ... := ...[0] | tests.go:32:21:32:21 | f |
67
| tests.go:31:5:31:78 | ... := ...[0] | tests.go:33:29:33:29 | f |

0 commit comments

Comments
 (0)