blob: 09d6ed5db6948d6f1cff6a71f9da59b083c24bf4 [file] [log] [blame]
// RUN: %target-swift-frontend -typecheck -verify %s
enum Foo: Int { case A }
extension Foo: RawRepresentable {}