groovy 虚线表达式

例子

def arg = [phrase: 'interpolated']
assert "This is $arg.phrase" == 'This is interpolated'