blob: 648172a53fb2ddb141063ce12ece20f49f9d5e39 [file] [log] [blame]
// RUN: %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s
// REQUIRES: asserts
protocol a {
associatedtype b
}
protocol c {
associatedtype d : a
}
struct e<f : c> where f == f.g.b {
#^A^#