-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels