Files
swift-mirror/test/stmt
Doug Gregor de16b53ab4 [Typed throws] Add compatibility carve-out within rethrows functions
Allow a rethrows function to call a typed-throws function that has a
specific form that looks like it only rethrows, i.e., it is generic
over its thrown error type and carries the thrown error type from its
closure parameters to itself. This is a compatibility carve-out to
allow existing rethrows functions to move to typed throws without
breaking their clients.

Note that it is possible to write a sneaky function that passes this
check but throws when it shouldn't, so this compatibility carve-out is
phased out with the upcoming feature FullTypedThrows.
2023-11-12 02:47:39 -08:00
..
2023-09-01 14:32:14 +01:00
2023-09-01 14:32:14 +01:00
2023-10-06 11:17:48 +01:00