remove callExpression type inferrence

This commit is contained in:
Sebastian McKenzie 2015-02-03 22:32:00 +11:00
parent bbcfc3c9f2
commit 6da6bc3eb8

View File

@ -140,7 +140,7 @@ Scope.prototype.inferType = function (node) {
}
if (t.isCallExpression(target)) {
target = target.callee;
// todo: need to resolve this to a return type
}
if (t.isMemberExpression(target)) {