Skip to content

Commit d2c9359

Browse files
Sporarumsjrd
authored andcommitted
Apply this-qualifier.md
As the feature is not actually deprecated, no changes to the spec are needed
1 parent 734f670 commit d2c9359

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/_spec/A?-to-be-deprecated.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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)

docs/_spec/TODOreference/dropped-features/this-qualifier.md renamed to docs/_spec/APPLIEDreference/dropped-features/this-qualifier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Dropped: private[this] and protected[this]"
44
nightlyOf: 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

99
Previously, these modifiers were needed for
1010

0 commit comments

Comments
 (0)