blob: f9260f0d7dc65819968b5bbc95d9fe7c3505abea [file] [log] [blame]
class Test {
/**
* foo comment
* @param s long description
*/
void foo(String s) {
bar(s);
}
void bar(String s){}
}