Skip to content

Commit 8268eeb

Browse files
committed
Fix lint
1 parent dd36e01 commit 8268eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/checker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11189,7 +11189,7 @@ namespace ts {
1118911189
// which is redundant - we'll produce new type identities, but all type params have already been mapped.
1119011190
// This also gives us a way to detect restrictive instances upon comparisons and _disable_ the "distributeive constraint"
1119111191
// assignability check for them, which is distinctly unsafe, as once you have a restrctive instance, all the type parameters
11192-
// are constrained to `unknown` and produce tons of false positives/negatives!
11192+
// are constrained to `unknown` and produce tons of false positives/negatives!
1119311193
type.restrictiveInstantiation.restrictiveInstantiation = type.restrictiveInstantiation;
1119411194
return type.restrictiveInstantiation;
1119511195
}

0 commit comments

Comments
 (0)