Closed harmanpa closed 10 years ago
Components declared as outer may not have modifications or binding expressions. This makes the following pattern, as used in IdealizedContact.ContactBlock.*, illegal:
outer
outer parameter Boolean animate = true;
you are right, removed the modifications.
Components declared as
outer
may not have modifications or binding expressions. This makes the following pattern, as used in IdealizedContact.ContactBlock.*, illegal: