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