blob: 2d3ee3805942e557eba48516c06dc1dc430c5f23 [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
}