Files
swift-mirror/validation-test/compiler_crashers_2/579f31114c8e96.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

8 lines
408 B
Swift

// {"kind":"typecheck","signature":"swift::GenericTypeParamDecl::getSourceRange() const","signatureAssert":"Assertion failed: (Start.isValid() == End.isValid() && \"Start and end should either both be valid or both be invalid!\"), function SourceRange"}
// RUN: not --crash %target-swift-frontend -typecheck %s
protocol a { associatedtype b }
public
struct c < d : a extension c {
public
typealias e = d.b