blob: 854b0a445812277235c339fd5ae42b862008ad03 [file] [log] [blame]
class Test {
void foo(String... strs){}
void bar() {
foo(new S<caret>tring[] {
"edwqefwe", //my comment
});
}
}