blob: fcb5c3c6f43da57f57b781b4976779c276763cea [file] [log] [blame]
void method1(Closure c) {
c.call()
}
method1 {
{a -> println 'a' }
}