blob: f89d1ba9f6013335d7ba86e8056d8471a544da45 [file]
class Foo {
String name
int age
def setFamily(family){}
{
Foo.findByNameAnd<caret>
}
}