While learning how to create UML class diagram using MagicDraw, I want to represent array variable Integer [] ids;
I tried ~ids : Integer []
, but got an error. I suppose I have to specify the size of the array in the brackets. How to specify an empty array properly?