blob: 2f13edd03fdb42a9bf21a1b250e5f0258fff5382 [file] [log] [blame]
extension S : P4 {
public typealias Result = Int
public func getResult() -> Result {
return 888
}
}