blob: c463076ec6bd09b1d8e8c36bb94a684568ebe2c4 [file]
class Domain{
def foo() {
Domain.get(0).attach().save().id<caret>
}
}