Something like: ``` val closure = object : groo...
# gradle
b
Something like:
Copy code
val closure =
  object : groovy.lang.Closure<File>(this, this) {
    fun doCall(): File = File(”foo”)
  }