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 690ec2f commit 56cfeb9Copy full SHA for 56cfeb9
docs/docs/reference/other-new-features/export.md
@@ -119,7 +119,6 @@ class B { val c: Int }
119
object a { val b = new B }
120
export a._
121
export b._
122
-}
123
```
124
Is the `export b._` clause legal? If yes, what does it export? Is it equivalent to `export a.b._`? What about if we swap the last two clauses?
125
0 commit comments