class Test { /** * @param s */ int method(String s) { return <selection>10</selection>; } }