File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -4214,7 +4214,7 @@ namespace ts {
4214
4214
Independent = 1 << 2 , // Unwitnessed type parameter
4215
4215
VarianceMask = Invariant | Covariant | Contravariant | Independent , // Mask containing all measured variances without the unmeasurable flag
4216
4216
Unmeasurable = 1 << 3 , // Variance result is unusable - relationship relies on structural comparisons which are not reflected in generic relationships
4217
- Unreliable = 1 << 4 , // Variance result is unreliable - relationship relies on structural comparisons which are not reflected in generic relationships
4217
+ Unreliable = 1 << 4 , // Variance result is unreliable - checking may produce false negatives, but not false positives
4218
4218
AllowsStructuralFallback = Unmeasurable | Unreliable ,
4219
4219
}
4220
4220
You can’t perform that action at this time.
0 commit comments