mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
6 lines
298 B
Swift
6 lines
298 B
Swift
// {"kind":"typecheck","original":"2e2249a5","signature":"swift::TypeBase::computeCanonicalType()","signatureAssert":"Assertion failed: (Result->isCanonical()), function computeCanonicalType"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
typealias a<b> = (
|
|
>extension a where b == {
|
|
c
|