Files
swift-mirror/validation-test/compiler_crashers_2_fixed/d815492a6398a52.swift
2025-08-22 00:54:18 +01:00

16 lines
515 B
Swift

// {"kind":"typecheck","original":"cc407c71","signature":"(anonymous namespace)::TypeSubstituter::transformOpaqueTypeArchetypeType(swift::OpaqueTypeArchetypeType*, swift::TypePosition)","stackOverflow":true}
// RUN: not %target-swift-frontend -typecheck %s
protocol a
@resultBuilder struct b {
static buildBlock<each c>(repeat each c) -> d<repeat each c>
}
struct d<each e
struct f<e {
@b content: e
}
extension f: a
var body: some a {
f {
f {
body