@@ -26,7 +26,7 @@ private string positionToString(int pos) {
26
26
if pos = - 1 then result = "this" else result = pos .toString ( )
27
27
}
28
28
29
- module Input implements InputSig< DataFlowImplSpecific:: JavaDataFlow > {
29
+ module Input implements InputSig< Location , DataFlowImplSpecific:: JavaDataFlow > {
30
30
class SummarizedCallableBase = FlowSummary:: SummarizedCallableBase ;
31
31
32
32
ArgumentPosition callbackSelfParameterPosition ( ) { result = - 1 }
@@ -85,7 +85,7 @@ module Input implements InputSig<DataFlowImplSpecific::JavaDataFlow> {
85
85
}
86
86
}
87
87
88
- private import Make< DataFlowImplSpecific:: JavaDataFlow , Input > as Impl
88
+ private import Make< Location , DataFlowImplSpecific:: JavaDataFlow , Input > as Impl
89
89
90
90
private module TypesInput implements Impl:: Private:: TypesInputSig {
91
91
DataFlowType getSyntheticGlobalType ( Impl:: Private:: SyntheticGlobal sg ) {
@@ -186,7 +186,7 @@ private predicate correspondingKotlinParameterDefaultsArgSpec(
186
186
}
187
187
188
188
module SourceSinkInterpretationInput implements
189
- Impl:: Private:: External:: SourceSinkInterpretationInputSig< Location >
189
+ Impl:: Private:: External:: SourceSinkInterpretationInputSig
190
190
{
191
191
private import java as J
192
192
@@ -294,7 +294,7 @@ module Private {
294
294
295
295
module External {
296
296
import Impl:: Private:: External
297
- import Impl:: Private:: External:: SourceSinkInterpretation< Location , SourceSinkInterpretationInput >
297
+ import Impl:: Private:: External:: SourceSinkInterpretation< SourceSinkInterpretationInput >
298
298
299
299
/**
300
300
* Holds if an external flow summary exists for `c` with input specification
0 commit comments