Revert "Do not print package-name in non-package interface by default."

This commit is contained in:
Xi Ge
2024-09-05 21:36:32 -07:00
committed by GitHub
parent d653a01732
commit 4b8e76fbeb
5 changed files with 12 additions and 10 deletions

View File

@@ -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