mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
4 lines
444 B
Swift
4 lines
444 B
Swift
// {"signature":"swift::constraints::ConstraintSystem::simplifyRestrictedConstraintImpl(swift::constraints::ConversionRestrictionKind, swift::Type, swift::Type, swift::constraints::ConstraintKind, swift::optionset::OptionSet<swift::constraints::ConstraintSystem::TypeMatchFlags, unsigned int>, swift::constraints::ConstraintLocatorBuilder)"}
|
|
// RUN: not %target-swift-frontend -typecheck %s
|
|
struct a < b struct c func d .0 c<a> struct c < a, e
|