Defer-check function/method nodes even when context-sensitive.

This commit is contained in:
Nathan Shively-Sanders
2016-02-25 15:06:39 -08:00
parent acd9bef097
commit 395182192c
+1
View File
@@ -10655,6 +10655,7 @@ namespace ts {
// The identityMapper object is used to indicate that function expressions are wildcards
if (contextualMapper === identityMapper && isContextSensitive(node)) {
checkNodeDeferred(node);
return anyFunctionType;
}