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