bamboo
val closure = object : groovy.lang.Closure<File>(this, this) { fun doCall(): File = File(”foo”) }