File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13250,14 +13250,14 @@ namespace ts {
13250
13250
13251
13251
function reportUnmeasurableMarkers(p: TypeParameter) {
13252
13252
if (outofbandVarianceMarkerHandler && (p === markerSuperType || p === markerSubType || p === markerOtherType)) {
13253
- outofbandVarianceMarkerHandler(/*onlyUnreliable*/false);
13253
+ outofbandVarianceMarkerHandler(/*onlyUnreliable*/ false);
13254
13254
}
13255
13255
return p;
13256
13256
}
13257
13257
13258
13258
function reportUnreliableMarkers(p: TypeParameter) {
13259
13259
if (outofbandVarianceMarkerHandler && (p === markerSuperType || p === markerSubType || p === markerOtherType)) {
13260
- outofbandVarianceMarkerHandler(/*onlyUnreliable*/true);
13260
+ outofbandVarianceMarkerHandler(/*onlyUnreliable*/ true);
13261
13261
}
13262
13262
return p;
13263
13263
}
You can’t perform that action at this time.
0 commit comments