interface Ev1 {
event inp: real * Seq(matrix(real,2,3))
}
whereas the following does not:
interface Ev2 {
event inp: real * Seq(matrix(real,2,3))
}
giving an error that:
- The feature 'types' of 'circus.robocalc.robochart.impl.ProductTypeImpl@53b9cf9e{platform:/resource/ARI/test.rct#//@interfaces.0/@events.0/@type}'
with 1 values must have at least 2 values
The following validates fine:
whereas the following does not:
giving an error that: