Array-Construction Follow
Hi,
i tried to create some code to create Arrays:
new String[12]
new String[]{"foo", "bar"}
i can't get these things to work within MPS ;(.
If i try to create an Array with Interface-Type i even get the body for an anonymous implementation after the keyword "new". And i don't know how to supress this behaviour.
MIrko
Please sign in to leave a comment.
Mirko,
To create array first type new array, then you will have code like this: new int[no expression] then you can press { at its end and have initializer.
Konstantin
Hi Konstantin,
thanks, it works for me.
MIrko
There is a usability problem here, we know. We will fix it.
I created an issue for it: http://jetbrains.net/tracker/issue2/MPS-4255