Community
Participate
Working Groups
currently the array daclaration has to have blanks before and after the multipilicity Example: case1: Attribute i32Array[10] : int32 -> does not work case2: Attribute i32Array[ 10 ] : int32 -> does work Should be changed to allow also case1
Fixed with 11344706eea3f0ddab76ee454f174c72e4fe66c5 The MUTLIPLICITY has been changed from a terminal to a data class rule which also fixed other problems.
closing bugs that went into 0.2.0M1