mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Partially resolves rdar://139236053.
This commit is contained in:
@@ -23,6 +23,7 @@ public enum PubEnum {
|
||||
case red, green
|
||||
}
|
||||
|
||||
// CHECK: -package-name barpkg
|
||||
// CHECK: public enum PubEnum {
|
||||
// CHECK: case red, green
|
||||
// CHECK: public static func == (a: Bar.PubEnum, b: Bar.PubEnum) -> Swift.Bool
|
||||
|
||||
Reference in New Issue
Block a user