mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Fix lint error
This commit is contained in:
@@ -9640,7 +9640,7 @@ namespace ts {
|
||||
}
|
||||
}
|
||||
|
||||
let thisType = getThisTypeOfDeclaration(container) || getContextualThisParameterType(container);
|
||||
const thisType = getThisTypeOfDeclaration(container) || getContextualThisParameterType(container);
|
||||
if (thisType) {
|
||||
return thisType;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user