david-anders
david-anders
Sorry i accidentally published the issue before finishing my description. Updated it. `has_length` as well as `is_empty` are suffering the exact same problem, as they are typed in the same...
I can try to submit a PR for that. I‘m not sure how to test for that nicely though. Any suggestions?
Oh yea! I missed that initally. It really does seem to be a general problem with `is_`, and specifically not `Is`. `is_` just seems to expect a `Matcher[]` consistently, which...