blob: a3d9c780c89221cfcf2c805c171156523204bb5d [file]
class Foo {
String name
int age
def getFamily(){}
{
Foo.findAllBy<caret>
}
}