blob: 6a60dc7c3f91ffb0e28fe7fddc3f2ea758fd63d5 [file] [log] [blame]
// RUN: %target-typecheck-verify-swift
protocol P {}
struct A<C> {}
extension A: P where A: P {} // expected-error {{requirement involves recursion that is not currently supported}}