blob: 9e3ce8ef2afb33d797cad5959dd0b04e9e09a88d [file] [log] [blame]
public class Bar {
public int baz(int anObject) {
<caret>return anObject + 9;
}
}