mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
GitOrigin-RevId: aaecc2a32e4e42de827efb45b8df733874a722e4
7 lines
56 B
Java
7 lines
56 B
Java
class C {
|
|
void m(Foo f) {}
|
|
|
|
{
|
|
m(() -> {});
|
|
}
|
|
} |