Files
swift-mirror/validation-test/compiler_crashers_2/9fbd87f3ba61177c.swift
Hamish Knight 760959f273 [test] Add assertion messages to crasher test cases
If the crasher hits an assertion failure, include the message in the
header.
2025-08-04 13:00:23 +01:00

7 lines
421 B
Swift

// {"kind":"typecheck","original":"45b18ebd","signature":"swift::rewriting::Symbol::Storage::Storage(swift::rewriting::Symbol::Kind, swift::CanType, llvm::ArrayRef<swift::rewriting::Term>)","signatureAssert":"Assertion failed: (!type->hasUnboundGenericType()), function Storage"}
// RUN: not --crash %target-swift-frontend -typecheck %s
struct a<b, c
enum d {
typealias e = a
extension a where b == d, c == b.e