mirror of
https://github.com/apple/swift.git
synced 2025-12-25 12:15:36 +01:00
Previously, we were always accessing the `DeferredTokenNode`’s `Range`, which is not valid if the token is missing, thus causing an assertion failure when asked for its length. Fixes rdar://77391988 [SR-14552]