Files
swift-mirror/validation-test/compiler_crashers_2/63d065624970638a.swift
2025-06-23 10:05:22 +01:00

9 lines
274 B
Swift

// {"signature":"swift::GenericSignatureImpl::lookupNestedType(swift::Type, swift::Identifier) const"}
// RUN: not --crash %target-swift-frontend -typecheck %s
a.b
protocol c where a.d == Self
protocol a {
associatedtype e : c
typealias b
typealias d = Self.f