Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.3.2, 2.4.0-beta-1
-
Windows 7
Description
E:\Downloads\groovy-2.4.0-beta-1>bin\groovysh
Groovy Shell (2.4.0-beta-1, JVM: 1.7.0_25)
Type ':help' or ':h' for help.
-----------------------------------------------------------
groovy:000> :show all
No variables defined
No classes have been loaded
No custom imports have been defined
No preferences are set
===> [null, null, null, null]
groovy:000> :show all
Variables:
_ = [null, null, null, null]
No classes have been loaded
No custom imports have been defined
No preferences are set
===> [[_:[null, null, null, null]], null, null, null]
groovy:000> :show all
Variables:
ERROR java.lang.StackOverflowError:
null
groovy:000> :show all
Variables:
ERROR java.lang.StackOverflowError:
null
groovy:000>
Can also be triggered faster by starting a recording session.