blob: 0247002ed85c16a16664070c42d3b2d8288424ee [file] [log] [blame]
class Foo {
String myFoo;
String myBar;
String getFoo() {
return my<caret>
}
}