mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-11 06:02:53 -05: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