<< §2.3.2.(b) Super in the context of declared lifting | ↑ Table of Contents ↑ | §2.3.2.(d) Declared lifting for catch blocks >> |
§2.3.2.(c) Declared lifting of arrays
If a parameter involving explicit lifting should be of an array type, the syntax is
public void m (BaseClass as RoleClass param[]) ...
Here the brackets denoting the array apply to both types, BaseClass
and RoleClass
.
<< §2.3.2.(b) Super in the context of declared lifting | ↑ Table of Contents ↑ | §2.3.2.(d) Declared lifting for catch blocks >> |