blob: f2ffcf4290cb643851b29d8bdb890a27d974b9f0 [file] [log] [blame]
@_exported import AppKit
extension String {
public static func someFactoryMethod() -> Int { return 0 }
}