File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
docs/docs/reference/other-new-features Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ of one of the following forms:
58
58
59
59
A member is _ eligible_ if all of the following holds:
60
60
61
- - its owner is not a base class of the class(\* ) containing the export clause,
61
+ - its owner is not a base class of the class[ (\* ) ] ( #note_class ) containing the export clause,
62
62
- the member does not override a concrete definition that has as owner
63
63
a base class of the class containing the export clause.
64
64
- it is accessible at the export clause,
@@ -87,6 +87,7 @@ def f: c.T = ...
87
87
88
88
Export clauses can appear in classes or they can appear at the top-level. An export clause cannot appear as a statement in a block.
89
89
90
+ <a id =" note_class " ></a >
90
91
(\* ) Note: Unless otherwise stated, the term "class" in this discussion also includes object and trait definitions.
91
92
92
93
### Motivation
You can’t perform that action at this time.
0 commit comments