Files
swift-mirror/test/Inputs/clang-importer-sdk/swift-modules/AppKit.swift
Arnold Schwaighofer 561682bfc1 Add test case
2018-11-14 06:28:54 -08:00

10 lines
177 B
Swift

@_exported import AppKit
extension String {
public static func someFactoryMethod() -> Int { return 0 }
}
extension String {
static func someMethod() -> Int { return 0 }
}