Files
swift-mirror/validation-test/compiler_crashers_2_fixed/2617a198505b47e4.swift

7 lines
309 B
Swift

// {"signature":"swift::rewriting::RequirementMachine::getReducedShape(swift::Type, llvm::ArrayRef<swift::GenericTypeParamType*>) const"}
// RUN: not %target-swift-frontend -typecheck %s
protocol a{ b < c > (c, _ : c}
protocol d : a{
b<c : e>(c, c.c) protocol e {
associatedtype c struct f : d