Converts an empty collection to an empty collection of the declared type
All 2 scenarios hold
expected outcome
broken scenario
| Scenario | List input | Set input | Map input | Element count? |
|---|---|---|---|---|
| Empty | [] | {} | [:] | 0 |
| Single element |
|
|
| 1 |