blob: d2fb8b61129f0e0960472c886cfbad79874896e4 [file] [log] [blame]
// RUN: %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s
protocol a{
func g:P
protocol P{
class B<T
{struct c{
#^A^#
protocol b{associatedtype e:B<T>