blob: 3920844854799a886660c34112fff23922e83f65 [file] [log] [blame]
// RUN: not %target-swift-frontend %s -typecheck
final class A<X, Y where Y.Z == X> {
private var y: Y
}