Skip to content

Commit 56cfeb9

Browse files
committed
Remove stale brace
1 parent 690ec2f commit 56cfeb9

File tree

1 file changed

+0
-1
lines changed
  • docs/docs/reference/other-new-features

1 file changed

+0
-1
lines changed

docs/docs/reference/other-new-features/export.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ class B { val c: Int }
119119
object a { val b = new B }
120120
export a._
121121
export b._
122-
}
123122
```
124123
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?
125124
```

0 commit comments

Comments
 (0)