Are collections supported in teoz?

0 votes
asked May 22, 2017 in Bug by boshka (3,940 points)
The following code fails:
 
@startuml
 
!pragma teoz true
 
box "A & B"
participant A
collections B
end box
 
@enduml
 

1 Answer

0 votes
answered May 22, 2017 by plantuml (294,960 points)
Thanks for the feedback.

This is patched in last beta (beta8) https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0

Regards,
...