blob: 430af6fcdd964fe7a5d0d7e908a6b73147af409d [file] [log] [blame]
// test023
public class A {
public AAAAAAAA fooooooo() { //comment1
return this;
} // end of foo() comment
synchronized int foo() { //comment2
return 3;
} // end of foobar() comment
public String s ="Hello";
int baz() { //comment
return 3;
} // end of baz() comment
private String tab[] ={"Hello","World"}; // this is an array
}