mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Detect situations when type of a declaration hasn't been resolved yet (one-way constraints would use a type variable to represent a type of IUO pattern), and use additional type variable and a constraint to represent an object type of a future optional type. Resolves: SR-14893 Resolves: rdar://80271666