We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7043517 commit 5ed6e4bCopy full SHA for 5ed6e4b
1 file changed
components.dylan
@@ -17,7 +17,8 @@ define abstract class <component> (<object>)
17
constant slot component-when = component-when-default,
18
init-keyword: when:;
19
// If a component is part of a suite it has a parent.
20
- slot component-parent :: false-or(<suite>) = #f;
+ slot component-parent :: false-or(<suite>) = #f,
21
+ init-keyword: parent:;
22
end class;
23
24
define generic suite-components (suite :: <suite>) => (components :: <sequence> /* of <component> */);
0 commit comments