mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
functional interface suggester: accept non exact method references
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
@FunctionalInterface
|
||||
interface I<T> {
|
||||
void foo(T t);
|
||||
}
|
||||
|
||||
class Foo {
|
||||
void test() {
|
||||
<selection>String::toLowerCase</selection>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user