blob: 98794c13589d3e9187de06cc0642535b15e387e5 [file] [log] [blame]
// RUN: not --crash %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^#