Reports redundant operations on empty collections, maps or arrays. Iterating, removing elements, sorting, and some other operations on empty collections have no effect and could be removed or signal about a possible bug.

New in 2019.1