We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 640b125 commit be71aa3Copy full SHA for be71aa3
test/ModuleInterface/package_interface.swift
@@ -23,7 +23,6 @@ public enum PubEnum {
23
case red, green
24
}
25
26
-// CHECK: -package-name barpkg
27
// CHECK: public enum PubEnum {
28
// CHECK: case red, green
29
// CHECK: public static func == (a: Bar.PubEnum, b: Bar.PubEnum) -> Swift.Bool
0 commit comments