Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.3.9
-
None
Description
The code of this example is not working in groovy 2.3.9 http://mrhaki.blogspot.com.es/2014/05/groovy-goodness-implementing-traits-at.html
To fix, just have to change:
trait Version { Long version = 0L // <- this L }