mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
If the nested type itself has generic constraints, we would hit an assertion in requirement inference. Refactor some code so that we can make the assertion more accurate. Fixes <rdar://problem/30353095>.