mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
5 lines
311 B
Swift
5 lines
311 B
Swift
// {"kind":"typecheck","signature":"swift::AccessLevelRequest::cacheResult(swift::AccessLevel) const","signatureAssert":"Assertion failed: (!hasAccess() && \"access already set\"), function setAccess"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
class a < b extension a where c == d {
|
|
protocol d
|