Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
groovy> println(foo)
groovy>
null
this should rather throw a NoSuchVariable/PropertyException
groovy> println(foo)
groovy>
null
this should rather throw a NoSuchVariable/PropertyException