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