`ij.convert().supports(java.lang.System, boolean[])` returns `true` :unamused: This is because [`DefaultConverter.canConvert`](https://github.com/scijava/scijava-common/blob/9564503c70cf49a21fa15b988552a3204f801181/src/main/java/org/scijava/convert/DefaultConverter.java#L295) makes no checks on the source type if the destination type is an array type.
ij.convert().supports(java.lang.System, boolean[])returnstrue😒This is because
DefaultConverter.canConvertmakes no checks on the source type if the destination type is an array type.