mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
9 lines
269 B
Swift
9 lines
269 B
Swift
// {"kind":"typecheck","signature":"swift::TypeBase::getReducedShape()","signatureAssert":"Assertion failed: (!isTypeVariableOrMember()), function getReducedShape"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
typealias a <b> = ()
|
|
extension a {
|
|
c {
|
|
d
|
|
}
|
|
d
|