mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
PseudoFunctionStyleMethodInspection: detection of functional type improved
This commit is contained in:
@@ -6,6 +6,6 @@ import java.util.Collections;
|
||||
|
||||
class c {
|
||||
void m() {
|
||||
Collections.emptyList().stream().filter(input -> true).findFirst().get();
|
||||
Collections.<String>emptyList().stream().filter(input -> true).findFirst().get();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user