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