Files
swift-mirror/validation-test/IDE/crashers/3b831ad3cd6afbc3.swift
2025-07-14 19:56:51 +01:00

8 lines
367 B
Swift

// {"kind":"complete","original":"119b2739","signature":"swift::constraints::ConstraintSystem::recordArgumentList(swift::constraints::ConstraintLocator*, swift::ArgumentList*)"}
// RUN: not --crash %target-swift-ide-test -code-completion -batch-code-completion -skip-filecheck -code-completion-diagnostics -source-filename %s
[
switch 0 {
case .a(#b): #^^#
}
]