Sebastian Malton

Results 266 comments of Sebastian Malton

I have not found any, the tests seem to fail as well but they take longer to fail.

@RyanCavanaugh Unfortunetly that does not work as intended and does meaningfully change the behvaviour. Here is a [playground link](https://www.typescriptlang.org/play?ts=5.1.0-dev.20230502#code/C4TwDgpgBAogHsATgQwMbAPKIDwBUA0UAqoQGLIA2FARmgNZQC8UAdhAG4SIB8TUuUCAggsAJgGdiUAPz8oALijkqtVHQDcAKE1CwAe0TAoAMwCuLdAEs9LKJfGlzVm3m4AKdpUW4AlIs8UdpICAGSwCCjoWHhkTsDWLIRuAHSpyIgA5uKK5nQsegDuLADaALo+TLy5+UW8AN6aUFCIEMCmiLagkHrGUAFMjMwARGYW8TZDWgC+2qPOtsZ6egCMbnA5LHmFLBUNTZa9bvaOYwlrPruNTVBd0ACafLc9UHBa11AA9B8vUOIAFnpTBRRFBqNAWOlEIUICDgHooAADFJpTLZKDVbZlCqMKqbGosBFvKAzGaaObjBZLABMa0ULFMAFswYgoAAfdFiCDGSxsEHstweLy-JA8jLY3jUJYUCDIHaXfaHY5xM5wC5QPbXW5QB7MJ69V5XJqoGziIzURSSvTS2V8OBuIZDHxEppfH7-QHA0HgyHQ2HwpEBRSmxCi8WgqUyglEklAA) ```ts type ExtractOr = T extends U ? T : Fallback;...

@RyanCavanaugh why is this closed? I have shown why your "solution" doesn't work.