blob: 18a9d374f6c30e398ad4418eacc8951e9b16bd20 [file] [log] [blame]
class TestController {
@Property Closure test = {
return [ "test" : "123" ]
}
}