mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 05:18:06 +07:00
GitOrigin-RevId: b5186892f33cd41ace02a2120be3c20bffce25c1
7 lines
101 B
Java
7 lines
101 B
Java
class Test {
|
|
void foo(String... strs){}
|
|
void bar() {
|
|
foo("edwqefwe" //my comment
|
|
);
|
|
}
|
|
} |