blob: c636566d554eabf4f590dbf5b8a91754efe4cf07 [file] [log] [blame]
class ABC {
}
class Other
{
ABC aBC
static def belongsTo = [<ref>ABC]
}