Open pokrakam opened 1 month ago
If there is a dependency in class definitions, they should be sequenced to resolve dependencies. The following will produce a syntax error.
class a definition. method run importing str type b=>btype. endclass. class b definition. types btype type string. endclass.
Circular dependencies should fail.
If there is a dependency in class definitions, they should be sequenced to resolve dependencies. The following will produce a syntax error.
Circular dependencies should fail.