blob: 50f0fc2d7205b82a87a06e2e5334b58a3d1b1b84 [file] [log] [blame]
class Test {
/**
* Test.
* @param s my string
* @param s another string
*/
void test(String s) {
}
}