Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
For the following script the toplevel expression should be cast. Currently groovy parses this as call on cast result.
(String) {-> print ""}.call()