mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
6 lines
701 B
Swift
6 lines
701 B
Swift
// {"kind":"complete","original":"882aa4dc","signature":"swift::ide::CodeCompletionStringBuilder::addCallArgumentPatterns(llvm::ArrayRef<swift::AnyFunctionType::Param>, llvm::ArrayRef<swift::ParamDecl const*>, swift::DeclContext const*, swift::GenericSignature, swift::ide::DefaultArgumentOutputMode, bool)","signatureAssert":"Assertion failed: (declParams.empty() || typeParams.size() == declParams.size()), function addCallArgumentPatterns","signatureNext":"CompletionLookup::addSubscriptCall"}
|
|
// RUN: not --crash %target-swift-ide-test -code-completion -batch-code-completion -skip-filecheck -code-completion-diagnostics -source-filename %s
|
|
struct a<each b {
|
|
subscript(repeat each b) {
|
|
a< >()#^^#
|