Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0-alpha-3
-
None
Description
We support:
println Date[time:0] def map = [time:0] println Date[*:map] map = [:] println Date[*:map]
but not:
println Date[:]
This is a breaking change since we currently support printing an empty map without brackets but would require them after this change:
println [:]
would need to be:
println([:])
But we require the brackets for lists (empty and non-empty) and non-empty maps already.
Attachments
Issue Links
- links to