mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
lambda: do not suggest to replace anonymous with lambda when this/super exist in body (IDEA-91055)
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
// "Replace with lambda" "false"
|
||||
class Test {
|
||||
{
|
||||
Runnable x = new Runn<caret>able() {
|
||||
public void run() {
|
||||
this.toString();
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user