mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
* Risk: Without this, RemoteMirror (and hence client apps) crash on certain inputs * Resolves: rdar://108809238 * Testing: Ran a client app with a custom-built library to verify it no longer crashes. I've not been able to figure out how to build a unit test that hits this specific code path (in all my unit tests, dependent members seem to get fully substituted before we get to this section of code).