Reports overloaded methods or constructors with similar functional interface type parameters for which
any call sites will need a cast or parameter type specified on the lambda expression to resolve ambiguity.
Such calls can look ugly and should be avoided if possible.
It is preferable to give the overloaded methods a different name from each other, so that this problem does not occur.
New in 16