blob: 0170064587dcb4fef8a0c9ae7e46134a0395698c [file] [log] [blame]
class SimpleController {
@Property Closure test = {
return null;
}
}