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(
177177
178178</details >
179179
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 .
181181
182182<details >
183183<summary >Examples</summary >
@@ -200,7 +200,7 @@ class C2 extends A2(x) // error def x is marked @experimental and therefore
200200
201201</details >
202202
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 .
204204
205205<details >
206206<summary >Examples</summary >
You can’t perform that action at this time.
0 commit comments