mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-27 22:09:57 +07:00
7 lines
98 B
Java
7 lines
98 B
Java
public class Test {
|
|
public void foo(int a, Param param) {}
|
|
|
|
{
|
|
foo(1, new Param(""));
|
|
}
|
|
} |