Actions
Feature #36
openInterfaces implementing interfaces
Feature #36:
Interfaces implementing interfaces
Status:
New
Priority:
Normal
Assignee:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Interfaces can now implement other interfaces and what they really mean is, that interfaces can extend other interfaces or inherit from other interfaces.
- It affects how fragments on interfaces are resolved.
- Validation should be completed.
- The parser should support parsing interface implementation list in interface definitions.
Updated by Eugen Wissner about 11 hours ago
- Description updated (diff)
For the validation see the rule „Fragment spread is possible“. The new addition can be found in the last subsection, „Interface Spreads in implemented Interface Scope“.
Actions