Files
swift-mirror/validation-test/compiler_crashers_2/75bcc84cc8b7789.swift
2025-08-22 00:54:18 +01:00

6 lines
428 B
Swift

// {"kind":"typecheck","original":"7e87f396","signature":"swift::Mangle::ASTMangler::appendOpaqueTypeArchetype(swift::ArchetypeType*, swift::OpaqueTypeDecl*, swift::SubstitutionMap, swift::GenericSignature, swift::ValueDecl const*)","signatureAssert":"Assertion failed: (subs.isIdentity()), function appendOpaqueTypeArchetype"}
// RUN: not --crash %target-swift-frontend -typecheck %s
protocol a
func b<c> -> some a where c
=