// RUN: %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s | %FileCheck %s // RUN: %target-swift-ide-test -code-completion -code-completion-token=B -source-filename=%s | %FileCheck %s typealias X = protocol typealias Y = protocol extension protocol { func x() { #^A^# } } extension AnyObject { func x() { #^B^# } } // Soundness check results. // CHECK: Keyword[let]/None: let