File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/docs/reference/other-new-features Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ trait Test1(
177
177
178
178
</details >
179
179
180
- (3.) The extension clause of an experimental ` class ` , ` trait ` , ` object ` are experimental scopes .
180
+ (3.) The ` extends ` clause of an experimental ` class ` , ` trait ` or ` object ` is an experimental scope .
181
181
182
182
<details >
183
183
<summary >Examples</summary >
@@ -200,7 +200,7 @@ class C2 extends A2(x) // error def x is marked @experimental and therefore
200
200
201
201
</details >
202
202
203
- (4.) Members of an experimental ` class ` , ` trait ` or ` object ` are in experimental scopes .
203
+ (4.) The body of an experimental ` class ` , ` trait ` or ` object ` is an experimental scope .
204
204
205
205
<details >
206
206
<summary >Examples</summary >
You can’t perform that action at this time.
0 commit comments