mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-20 11:36:16 +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(""));
|
|
}
|
|
} |