File tree 2 files changed +5
-1
lines changed
APPLIEDreference/dropped-features
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change
1
+ This is a simple list of feature that are not deprecated yet, but will be in the future.
2
+ They should emit warnings or errors only when using the ` -source:future ` compiler flag.
3
+
4
+ - [ private[ this] and protected[ this]] ( ../_docs/reference/dropped-features/this-qualifier.md )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: "Dropped: private[this] and protected[this]"
4
4
nightlyOf : https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
5
5
---
6
6
7
- The ` private[this] ` and ` protected[this] ` access modifiers are deprecated and will be phased out.
7
+ The ` private[this] ` and ` protected[this] ` access modifiers will be deprecated and phased out.
8
8
9
9
Previously, these modifiers were needed for
10
10
You can’t perform that action at this time.
0 commit comments