Avatar
@swift-6.1.3 @swift-6.0.3 enum E { case a } func f() -> Int { return switch E.a { case .a: 0 } }