mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
move instance method processor: expand method reference to lambda when needed
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ class Test {
|
||||
private final Destination destination = new Destination();
|
||||
|
||||
public void main(Stream<Destination> stream){
|
||||
stream.filter(Test.Destination::notNull);
|
||||
stream.filter(Destination::notNull);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user