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