Fix lint error

This commit is contained in:
Anders Hejlsberg
2016-10-16 17:37:37 -07:00
parent 808db07ce4
commit 6425f0ccfd

View File

@@ -9640,7 +9640,7 @@ namespace ts {
}
}
let thisType = getThisTypeOfDeclaration(container) || getContextualThisParameterType(container);
const thisType = getThisTypeOfDeclaration(container) || getContextualThisParameterType(container);
if (thisType) {
return thisType;
}