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 @@ -4220,7 +4220,7 @@ namespace ts {
4220
4220
Independent = 1 << 2 , // Unwitnessed type parameter
4221
4221
VarianceMask = Invariant | Covariant | Contravariant | Independent , // Mask containing all measured variances without the unmeasurable flag
4222
4222
Unmeasurable = 1 << 3 , // Variance result is unusable - relationship relies on structural comparisons which are not reflected in generic relationships
4223
- Unreliable = 1 << 4 , // Variance result is unreliable - relationship relies on structural comparisons which are not reflected in generic relationships
4223
+ Unreliable = 1 << 4 , // Variance result is unreliable - checking may produce false negatives, but not false positives
4224
4224
AllowsStructuralFallback = Unmeasurable | Unreliable ,
4225
4225
}
4226
4226
You can’t perform that action at this time.
0 commit comments