We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 634f7b0 commit 6c7715bCopy full SHA for 6c7715b
powershell/ql/test/library-tests/dataflow/typetracking/test.expected
@@ -1,2 +0,0 @@
1
-| test.ps1:15:20:15:36 | # $ type=PSObject | Missing result: type=PSObject |
2
-| test.ps1:19:25:19:41 | # $ type=PSObject | Missing result: type=PSObject |
powershell/ql/test/library-tests/dataflow/typetracking/test.ps1
@@ -12,8 +12,8 @@ Sink $myClass # $ type=myclass
12
13
$withNamedArg = New-Object -TypeName PSObject
14
15
-Sink $withNamedArg # $ type=PSObject
+Sink $withNamedArg # $ type=psobject
16
17
$withPositionalArg = New-Object PSObject
18
19
-Sink $withPositionalArg # $ type=PSObject
+Sink $withPositionalArg # $ type=psobject
0 commit comments