blob: ee0601be599bb614e7e2314205f2804fb8b93684 [file] [log] [blame]
public class Foo {
<caret>
// Method comment
public String getSomeGetter() {
return null;
}
}