blob: 5c267388eaf0ae302e9100b96fda1426fa487c2d [file] [log] [blame]
name: CategoryTestObjCLibrary
description: 'Tests handling Objective-C categories'
language: objc
output: 'category_bindings.dart'
exclude-all-by-default: true
objc-interfaces:
include:
- Thing
headers:
entry-points:
- 'category_test.m'
# Include it twice, as a regression test for #353
- 'category_test.m'
preamble: |
// ignore_for_file: camel_case_types, non_constant_identifier_names, unnecessary_non_null_assertion, unused_element, unused_field