File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
powershell/ql/test/library-tests/dataflow Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4
4
| test.ps1:4:1:4:3 | b | test.ps1:5:4:5:6 | b |
5
5
| test.ps1:4:6:4:13 | GetBool | test.ps1:4:1:4:3 | b |
6
6
| test.ps1:4:6:4:13 | GetBool | test.ps1:4:1:4:13 | ...=... |
7
+ | test.ps1:5:4:5:6 | b | test.ps1:5:4:5:6 | b |
7
8
| test.ps1:6:5:6:8 | a2 | test.ps1:8:6:8:9 | a2 |
8
9
| test.ps1:6:11:6:17 | Source | test.ps1:6:5:6:8 | a2 |
9
10
| test.ps1:6:11:6:17 | Source | test.ps1:6:5:6:17 | ...=... |
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ class MyClass {
7
7
8
8
$myClass = [MyClass ]::new(" hello" )
9
9
10
- Sink $myClass # $ MISSING: type=MyClass
10
+ Sink $myClass # $ type=MyClass
11
11
12
12
13
13
$withNamedArg = New-Object - TypeName PSObject
14
14
15
- Sink $withNamedArg # $ MISSING: type=PSObject
15
+ Sink $withNamedArg # $ type=PSObject
16
16
17
17
$withPositionalArg = New-Object PSObject
18
18
19
- Sink $withPositionalArg # $ MISSING: type=PSObject
19
+ Sink $withPositionalArg # $ type=PSObject
You can’t perform that action at this time.
0 commit comments