mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
LambdaCanBeMethodReferenceInspection: allow parenthesized qualifier
This commit is contained in:
@@ -7,7 +7,7 @@ class Test<T> {
|
||||
|
||||
class Bar {
|
||||
void f( ){
|
||||
Function<Test<T>.Bar, String> r = (Test<T>.Bar t) -> t.fo<caret>o();
|
||||
Function<Test<T>.Bar, String> r = (Test<T>.Bar t) -> (t).fo<caret>o();
|
||||
}
|
||||
|
||||
private String foo() {}
|
||||
|
||||
Reference in New Issue
Block a user