blob: 6ff416411f3bd7f8cc94d3ae95108de42f8eb829 [file] [log] [blame]
extension Foo: RawRepresentable {}
enum Bar: Int { case A }
// expected-error@+1{{redundant conformance of 'Bas' to protocol 'RawRepresentable'}}
extension Bas: RawRepresentable {}