Files
swift-mirror/validation-test/IDE/crashers_fixed/006-swift-declcontext-getprotocolself.swift
Ahmed Elrefaey 1bc96857a8 Merge pull request #82464 from a7medev/feat/full-documentation-in-code-completion
[IDE] Add full documentation to code completion result
2025-09-04 10:06:21 +01:00

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^#