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