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

8 lines
277 B
Swift

// {"kind":"typecheck","signature":"swift::GenericSignatureImpl::getReducedTypeParameter(swift::CanType) const"}
// RUN: not --crash %target-swift-frontend -typecheck %s
protocol a {
protocol a{associatedtype b} extension a {
extension a {
struct c {
d : b