1explicit framework module SomeKit.Private { 2 header "SomeKit_Private.h" 3 explicit NullAnnotation { header "SomeKit_PrivateForNullAnnotation.h" } 4 export * 5 module * { export * } 6syntax error 7 8} 9
1explicit framework module SomeKit.Private { 2 header "SomeKit_Private.h" 3 explicit NullAnnotation { header "SomeKit_PrivateForNullAnnotation.h" } 4 export * 5 module * { export * } 6syntax error 7 8} 9