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