mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 02:32:34 +07:00
GitOrigin-RevId: 26fd0636cfc3cba75f1c09cc6ff0ceaab43d40ae
5 lines
121 B
Java
5 lines
121 B
Java
class C {
|
|
void foo(Object o) {
|
|
<selection>((Runnable)(() -> System.out.println()))</selection>.run();
|
|
}
|
|
} |