1// bindgen-flags: -- -x objective-c 2// bindgen-osx-only 3 4@interface Foo<__covariant ObjectType> 5- (ObjectType)get; 6@end 7 8@interface FooMultiGeneric<__covariant KeyType, __covariant ObjectType> 9- (nullable ObjectType)objectForKey:(KeyType)key; 10@end 11