1 class Foo {
bar(String... x)2      public void bar(String... x);
3 }
4