public protocol Hello { func hello() } open class Super { public init() {} }