mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
dbaf1f6756
Previously, it assumed there was always a base constraint, which is true for correct code. For incorrect code, the base constraint may be missing, which caused a crash because the base constraint was undefined.