-
Bug
-
Resolution: Done
-
Major
-
6.1.0.Final
-
None
When I use a method with variable number of arguments (e.g., String... args) in MVEL, the first one is passed on, and the others are discarded, leading to confusing and difficult to debug bugs. It should either support this, or report a compilation error.