mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
7 lines
360 B
Swift
7 lines
360 B
Swift
// We disable USR to Decl verification since the USR for declarations within the
|
|
// extension with no type name have a USR that looks like a top-level declaration.
|
|
|
|
// RUN: %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s -code-completion-verify-usr-to-decl=false
|
|
extension{protocol a{func p)struct A{protocol c
|
|
let a{#^A^#
|