We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f9e20c commit 7304a73Copy full SHA for 7304a73
src/compiler/checker.ts
@@ -6828,7 +6828,7 @@ namespace ts {
6828
6829
function getTypeReferenceType(node: TypeReferenceType, symbol: Symbol) {
6830
const typeArguments = typeArgumentsFromTypeReferenceNode(node); // Do unconditionally so we mark type arguments as referenced.
6831
- let secondPass = true;
+ let secondPass = false;
6832
let fallbackType: Type = unknownType;
6833
while (true) {
6834
if (symbol === unknownSymbol) {
0 commit comments