mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
8 lines
408 B
Swift
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
|