mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Separate the "find the correct context" part from "substitute in the base type" part. The former can go away completely after a bit of refactoring.
4 lines
153 B
Swift
4 lines
153 B
Swift
// RUN: %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s
|
|
func<{#^A^#protocol A{func<struct B
|
|
struct d<T where B:T>:A
|