Files
swift-mirror/validation-test/compiler_crashers_2/f676bef08c1061da.swift
2025-06-16 21:02:30 +01:00

5 lines
203 B
Swift

// {"signature":"swift::rewriting::PropertyBag::getAssociatedType(swift::Identifier)"}
// RUN: not --crash %target-swift-frontend -typecheck %s
protocol b : a{typealias a} protocol a : b {
typealias a