mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 07:40:42 +07:00
convert static method to instance: expand method reference to lambda, fix qualifier when needed
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
class Bar0 {}
|
||||
class Bar {
|
||||
void f() {
|
||||
I r = Bar::foo;
|
||||
}
|
||||
|
||||
private static void fo<caret>o(Integer i, Bar0 bar) { }
|
||||
}
|
||||
interface I {
|
||||
void m(Integer i, Bar0 b);
|
||||
}
|
||||
Reference in New Issue
Block a user