blob: 55e8ca37c5bbcac1114b0594502104573a1e3c98 [file] [log] [blame]
public class A {
void m() {
bug()
} //end of last method
/**
* javadoc
* @param s
*/
void foo(String s) {
System.out.println();
}
}