Caught: groovy.lang.MissingMethodException: No signature of method: prog$_run_closure2.call() is applicable for argument types: (java.lang.Integer, java.lang.Integer) values: [1, 2]
Possible solutions: any(), any(), find(), collect(), dump(), grep()
groovy.lang.MissingMethodException: No signature of method: prog$_run_closure2.call() is applicable for argument types: (java.lang.Integer, java.lang.Integer) values: [1, 2]
Possible solutions: any(), any(), find(), collect(), dump(), grep()
at prog$_print_args_closure3.doCall(prog.groovy:1)
at prog.run(prog.groovy:20)