blob: a86a2f943c81df91cb3153fe4d0004746018251f [file] [log] [blame]
// "Add Javadoc" "true"
class A {
/**
* @param s
* @return
* @throws Exception
*/
public int foo(final String s) throws Exception {
}
}