File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
swift/ql/test/library-tests/dataflow/dataflow Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 746
746
| test.swift:663:9:663:9 | f | test.swift:663:9:663:9 | SSA def(f) |
747
747
| test.swift:663:13:663:29 | #keyPath(...) | test.swift:663:9:663:9 | f |
748
748
| test.swift:663:13:663:29 | enter #keyPath(...) | test.swift:663:26:663:26 | KeyPathComponent |
749
+ | test.swift:664:15:664:28 | \\...[...] | test.swift:664:15:664:29 | ...! |
749
750
| test.swift:668:9:668:9 | SSA def(x) | test.swift:672:9:672:9 | x |
750
751
| test.swift:668:9:668:9 | x | test.swift:668:9:668:9 | SSA def(x) |
751
752
| test.swift:668:13:668:20 | call to source() | test.swift:668:9:668:9 | x |
Original file line number Diff line number Diff line change @@ -661,7 +661,7 @@ func testOptionalKeyPath() {
661
661
let s = S ( x: source ( ) )
662
662
let s2 = S2_Optional ( s: s)
663
663
let f = \S2_Optional . s? . x
664
- sink ( opt : s2 [ keyPath: f] ) // $ MISSING: flow=661
664
+ sink ( arg : s2 [ keyPath: f] ! ) // $ MISSING: flow=661
665
665
}
666
666
667
667
func testSwap( ) {
You can’t perform that action at this time.
0 commit comments