mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
8 lines
697 B
Swift
8 lines
697 B
Swift
// {"kind":"complete","original":"94a984af","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::addEnumElementRef"}
|
|
// RUN: not --crash %target-swift-ide-test -code-completion -batch-code-completion -skip-filecheck -code-completion-diagnostics -source-filename %s
|
|
enum a<each b> {
|
|
case (repeat each b)
|
|
}
|
|
a<
|
|
>#^^#
|