public class JavaTest {
    public String[] field;

    public void foo(String[] arg){
        arg;
    }
}