mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 18:50:54 +07:00
new overload resolution: do not accept primitive type as target of second search (IDEA-138839)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
import java.util.function.DoublePredicate;
|
||||
|
||||
|
||||
class Test{
|
||||
|
||||
{
|
||||
DoublePredicate pr = Double::isNaN;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user