Files
swift-mirror/validation-test/compiler_crashers_2/109d1c5355f6eab4.swift
2025-08-02 17:35:53 +01:00

8 lines
369 B
Swift

// {"kind":"typecheck","signature":"swift::RequirementSignatureRequest::evaluate(swift::Evaluator&, swift::ProtocolDecl*) const"}
// RUN: not --crash %target-swift-frontend -typecheck %s
protocol a : b where c == d<e> protocol f : g protocol g {
associatedtype 2 : a
}
struct d < e extension d
: f protocol h{associatedtype e associatedtype c : g} protocol b : h