mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-31 04:07:30 +07:00
GitOrigin-RevId: ad58fe40fa08a263fc68c39d7f2fe0e6e7ef9938
5 lines
91 B
Java
5 lines
91 B
Java
class Scratch {
|
|
public static void main(String[] args) {
|
|
call((f,g) -> <caret>)
|
|
}
|
|
} |