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