@@ -26,7 +26,7 @@ private string positionToString(int pos) {
2626 if pos = - 1 then result = "this" else result = pos .toString ( )
2727}
2828
29- module Input implements InputSig< DataFlowImplSpecific:: JavaDataFlow > {
29+ module Input implements InputSig< Location , DataFlowImplSpecific:: JavaDataFlow > {
3030 class SummarizedCallableBase = FlowSummary:: SummarizedCallableBase ;
3131
3232 ArgumentPosition callbackSelfParameterPosition ( ) { result = - 1 }
@@ -85,7 +85,7 @@ module Input implements InputSig<DataFlowImplSpecific::JavaDataFlow> {
8585 }
8686}
8787
88- private import Make< DataFlowImplSpecific:: JavaDataFlow , Input > as Impl
88+ private import Make< Location , DataFlowImplSpecific:: JavaDataFlow , Input > as Impl
8989
9090private module TypesInput implements Impl:: Private:: TypesInputSig {
9191 DataFlowType getSyntheticGlobalType ( Impl:: Private:: SyntheticGlobal sg ) {
@@ -186,7 +186,7 @@ private predicate correspondingKotlinParameterDefaultsArgSpec(
186186}
187187
188188module SourceSinkInterpretationInput implements
189- Impl:: Private:: External:: SourceSinkInterpretationInputSig< Location >
189+ Impl:: Private:: External:: SourceSinkInterpretationInputSig
190190{
191191 private import java as J
192192
@@ -294,7 +294,7 @@ module Private {
294294
295295 module External {
296296 import Impl:: Private:: External
297- import Impl:: Private:: External:: SourceSinkInterpretation< Location , SourceSinkInterpretationInput >
297+ import Impl:: Private:: External:: SourceSinkInterpretation< SourceSinkInterpretationInput >
298298
299299 /**
300300 * Holds if an external flow summary exists for `c` with input specification
0 commit comments