blob: 22dfcd69f121181af35481300948e7032008174d [file] [log] [blame]
class Test {
/**
* Incomplete JavaDoc
*/
int method(String s) {
return <selection>10</selection>;
}
}