mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-28 16:23:09 +07:00
7 lines
102 B
Java
7 lines
102 B
Java
class Test {
|
|
void foo(String... strs){}
|
|
void bar() {
|
|
foo("edwqefwe", //my comment
|
|
);
|
|
}
|
|
} |