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 7fcf221 commit a2dec53Copy full SHA for a2dec53
docs/docs/reference/other-new-features/export.md
@@ -87,9 +87,9 @@ export O.c
87
def f: c.T = ...
88
```
89
90
+<a id="note_class"></a>
91
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.
92
-<a id="note_class"></a>
93
(\*) Note: Unless otherwise stated, the term "class" in this discussion also includes object and trait definitions.
94
95
### Motivation
0 commit comments