Files
swift-mirror/validation-test/compiler_crashers_2/961e1ccf3c48ef8.swift
Hamish Knight 760959f273 [test] Add assertion messages to crasher test cases
If the crasher hits an assertion failure, include the message in the
header.
2025-08-04 13:00:23 +01:00

6 lines
597 B
Swift

// {"kind":"typecheck","signature":"swift::constraints::ConstraintSystem::simplifyKeyPathConstraint(swift::Type, swift::Type, swift::Type, llvm::ArrayRef<swift::TypeVariableType*>, swift::optionset::OptionSet<swift::constraints::ConstraintSystem::TypeMatchFlags, unsigned int>, swift::constraints::ConstraintLocatorBuilder)","signatureAssert":"Assertion failed: (bgt->isKeyPath() || bgt->isWritableKeyPath() || bgt->isReferenceWritableKeyPath()), function operator()"}
// RUN: not --crash %target-swift-frontend -typecheck %s
func a<each b>() -> (repeat Array<each b>) {
(repeat \ [<#type#>])
}