E216 Twice Binding of a Parameter
|
![]() |
![]() ![]() ![]() User Manual [Previous] [Next]E216 Twice Binding of a ParameterUmple semantic error related to binding a template parameter twiceWhen using traits, we can bind values for template parameters. In the process of binding, we can bind two values for a template parameter. This brings a case in which there is no clear binding. The Umple compiler detects this case and prevents the system from being compiled. Example
Load the above code into UmpleOnline |