class Test { void foo(String... strs){} void bar() { foo(new String[] { "edwqefwe", //my comment }); } }