blob: 3da03c2d0bad432bcced078e3786f182272f982b [file] [log] [blame]
@import Foundation;
// rdar://problem/33830526: Constraint system should not add static methods
// to the overload search space if it would require bridging unrelated metatypes.
@interface NSString (Extension)
+ (void) meth;
@end