mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
in unresolved member completion. e.g.
struct Node {
typealias Child = Node
init(children: [Child]) {}
}
let node: Node = .#^COMPLETE^#
This used to emit `.init(children:)` and `.Child(children:)`.
204 KiB
204 KiB