xref: /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/objc_template.h (revision 12a9d9c8)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
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

Indexes created Thu Nov 07 10:32:03 CST 2024