mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Completing signature depends on its GenericEnvironment which is set
during typechecking. Previously, completing signature using generic type
used to cause assertion failure. e.g.
extension Collection {
subscript(some index: Int) -> Iterator.<COMPLETE HERE>
rdar://problem/41227754
194 KiB
194 KiB