Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
in
class Dummy { def call(Object arguments) { "1" } } def c = new Dummy() assert c(2) == "1"
the assert is never visited because Groovy tries to call doCall instead of call. responsible for this is SBA#invokeClosure