mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
7 lines
104 B
Java
7 lines
104 B
Java
class Scratch {
|
|
public static void main(String[] args) {
|
|
call(f -> {
|
|
<caret>
|
|
});
|
|
}
|
|
} |