mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 02:32:34 +07:00
GitOrigin-RevId: ad58fe40fa08a263fc68c39d7f2fe0e6e7ef9938
7 lines
104 B
Java
7 lines
104 B
Java
class Scratch {
|
|
public static void main(String[] args) {
|
|
call(f -> {
|
|
<caret>
|
|
});
|
|
}
|
|
} |