Caught: groovy.lang.MissingMethodException: No signature of method: C.f() is applicable for argument types: () values: []
Possible solutions: h(), is(java.lang.Object), find(), any(), any(groovy.lang.Closure), use([Ljava.lang.Object;)
groovy.lang.MissingMethodException: No signature of method: C.f() is applicable for argument types: () values: []
Possible solutions: h(), is(java.lang.Object), find(), any(), any(groovy.lang.Closure), use([Ljava.lang.Object;)
at C.h(prog.groovy:5)
at C$h.call(Unknown Source)
at prog.run(prog.groovy:8)