mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
suggest correctly shaped functional types if extracting functional expression without context: initial (IDEA-125510)
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import java.util.function.IntConsumer;
|
||||
|
||||
class Foo {
|
||||
void test() {
|
||||
IntConsumer l = System::exit;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user