1use Test::More;
2use strict; use warnings FATAL => 'all';
3
4use List::Objects::WithUtils 'array';
5
6ok !array->type, 'array() has empty ->type';
7
8done_testing;
9