mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 10:20:15 +07:00
lambda can be converted to method reference inspection
This commit is contained in:
@@ -55,7 +55,7 @@ class MyTest2<X> {
|
||||
public static void main(String[] args) {
|
||||
I<String> s = MyTest2<String>::new;
|
||||
s.m("");
|
||||
//todo test(MyTest2<String>::new, "");
|
||||
test(MyTest2<String>::new, "");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user