mirror of
https://github.com/github/codeql.git
synced 2026-05-30 02:51:24 +02:00
7 lines
102 B
PowerShell
7 lines
102 B
PowerShell
$a.f = Source "1"
|
|
Sink $a.f # $ MISSING: hasValueFlow=1
|
|
|
|
$a.f = Source "2"
|
|
$a.f = 0
|
|
Sink $a.f # clean
|