File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
APPLIEDreference/dropped-features Expand file tree Collapse file tree 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]"
44nightlyOf : https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
55---
66
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.
88
99Previously, these modifiers were needed for
1010
You can’t perform that action at this time.
0 commit comments