mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-03 15:50:52 +07:00
LambdaCanBeMethodReferenceInspection: support parenthesized call arguments
This commit is contained in:
@@ -8,6 +8,6 @@ class MyTest2<X> {
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
I<String> s = (z) -> new MyTe<caret>st2<String>(z);
|
||||
I<String> s = (z) -> new MyTe<caret>st2<String>((z));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user