mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 04:21:24 +07:00
disable lambda -> meth ref if qualifier is not pure (IDEA-139825)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// "Replace lambda with method reference" "false"
|
||||
class Example {
|
||||
static Runnable runner;
|
||||
|
||||
public static void main(String[] args) {
|
||||
lambda = () -> runn<caret>er.run();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user