mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
8 lines
241 B
Swift
8 lines
241 B
Swift
// {"signature":"swift::GenericEnvironment::getMappingIfPresent(swift::CanType) const"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
protocol a {
|
|
struct b < each c {
|
|
extension a {
|
|
struct d {
|
|
e(repeat(each c))
|