blob: 8d017c0e5e553169b2c22f2b8078cfa136c85d49 [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
}