Skip to content

Commit 3113429

Browse files
Asserting myself more.
1 parent c22a471 commit 3113429

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/compiler/checker.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5271,6 +5271,8 @@ module ts {
52715271
typeArguments = callExpression.typeArguments;
52725272
}
52735273

5274+
Debug.assert(adjustedArgCount !== undefined, "'adjustedArgCount' undefined");
5275+
Debug.assert(callIsIncomplete !== undefined, "'callIsIncomplete' undefined");
52745276

52755277
return checkArity(adjustedArgCount, typeArguments, callIsIncomplete, signature);
52765278

0 commit comments

Comments
 (0)