blob: 74ad0d9decd2341456e6d78b6e3cda8c6edbc077 [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
}