blob: 34844ce1931415f767a5ef0a51455d8b395ff41a [file] [log] [blame]
// 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<CustomStringConvertible>
typealias Y = protocol<CustomStringConvertible>
extension protocol<X, Y> {
func x() { #^A^# }
}
extension AnyObject {
func x() { #^B^# }
}
// Sanity check results.
// CHECK: Keyword[let]/None: let