blob: bbd57c395fda5565c1ea9210f1cad444fcf59fd8 [file]
class Foo {
String name
int age
def setFamily(family){}
{
Foo foo = Foo.get(1);
foo.<caret>
}
}