blob: 5e96f6f96e637b7cc96c09fee7446388934843c1 [file] [log] [blame]
public class JavaTest {
public String[] field;
public void foo(String[] arg){
arg;
}
}