mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-12 20:01:02 -05:00
set applicaple span correctelly
This commit is contained in:
@@ -3821,8 +3821,8 @@ module ts {
|
||||
});
|
||||
|
||||
var actualSignature: ActualSignatureInfo = {
|
||||
parameterMinChar: 0,
|
||||
parameterLimChar: 0,
|
||||
parameterMinChar: signatureHelpItems.applicableSpan.start(),
|
||||
parameterLimChar: signatureHelpItems.applicableSpan.end(),
|
||||
currentParameterIsTypeParameter: false,
|
||||
currentParameter: currentArguemntState.argumentIndex
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user