| name: ForwardDeclTestObjCLibrary | |
| description: 'Test that forward declared ObjC classes are correctly filled' | |
| language: objc | |
| output: 'test/native_objc_test/forward_decl_bindings.dart' | |
| functions: | |
| exclude: | |
| - '.*' | |
| headers: | |
| entry-points: | |
| - 'test/native_objc_test/forward_decl_test.h' | |
| - 'test/native_objc_test/forward_decl_test.m' | |
| preamble: | | |
| // ignore_for_file: camel_case_types, non_constant_identifier_names, unused_element, unused_field |