File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
csharp/ql/lib/semmle/code/csharp/dataflow/internal
java/ql/lib/semmle/code/java/dataflow/internal Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,9 @@ module Private {
186
186
TArgumentSummaryComponent ( int i ) { parameterPosition ( i ) } or
187
187
TReturnSummaryComponent ( ReturnKind rk )
188
188
189
- private TSummaryComponent thisParam ( ) { result = TParameterSummaryComponent ( instanceParameterPosition ( ) ) }
189
+ private TSummaryComponent thisParam ( ) {
190
+ result = TParameterSummaryComponent ( instanceParameterPosition ( ) )
191
+ }
190
192
191
193
newtype TSummaryComponentStack =
192
194
TSingletonSummaryComponentStack ( SummaryComponent c ) or
Original file line number Diff line number Diff line change @@ -186,7 +186,9 @@ module Private {
186
186
TArgumentSummaryComponent ( int i ) { parameterPosition ( i ) } or
187
187
TReturnSummaryComponent ( ReturnKind rk )
188
188
189
- private TSummaryComponent thisParam ( ) { result = TParameterSummaryComponent ( instanceParameterPosition ( ) ) }
189
+ private TSummaryComponent thisParam ( ) {
190
+ result = TParameterSummaryComponent ( instanceParameterPosition ( ) )
191
+ }
190
192
191
193
newtype TSummaryComponentStack =
192
194
TSingletonSummaryComponentStack ( SummaryComponent c ) or
You can’t perform that action at this time.
0 commit comments