blob: c7979fe562f2c6de138a6aefcb655debbf012c39 [file] [log] [blame]
// test022
public class A {
public int i = 2; // end of line comment
public String s = "Hello";
private String tab[] = {"Hello", "World"}; // this is an array
}