blob: 994257d3aa0cd2d0aed1e75f340b6bf5aad638e0 [file] [log] [blame]
import Foundation
@requires_stored_property_inits public class OtherBase : NSObject {}
public class OtherMiddle : OtherBase {}