mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-14 15:36:27 +07:00
1182518e6b
GitOrigin-RevId: b2fac86f104ebf9d7a79dfc8136a69e7343adbb4
14 lines
105 B
Java
14 lines
105 B
Java
class A {
|
|
{
|
|
bar() = () -> {};;
|
|
}
|
|
|
|
I bar() {}
|
|
|
|
}
|
|
|
|
interface I {
|
|
void run();
|
|
}
|
|
|
|
@Anno(() -> {}) |