@@ -43,12 +43,12 @@ Occurrences:
43
43
[9:11..9:14): ??? -> scala/Predef.`???`().
44
44
45
45
Diagnostics:
46
- [4:16 ..4:16 ): [warning] Ignoring [this] qualifier.
47
- This syntax will be deprecated in the future; it should be dropped .
46
+ [4:9 ..4:15 ): [warning] Ignoring [this] qualifier.
47
+ The syntax `private[this]` will be deprecated in the future; just write `private` instead .
48
48
See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
49
49
This construct can be rewritten automatically under -rewrite -source 3.4-migration.
50
- [7:18 ..7:18 ): [warning] Ignoring [this] qualifier.
51
- This syntax will be deprecated in the future; it should be dropped .
50
+ [7:11 ..7:17 ): [warning] Ignoring [this] qualifier.
51
+ The syntax `protected[this]` will be deprecated in the future; just write `protected` instead .
52
52
See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
53
53
This construct can be rewritten automatically under -rewrite -source 3.4-migration.
54
54
@@ -823,13 +823,13 @@ Occurrences:
823
823
Diagnostics:
824
824
[13:20..13:21): [warning] unused explicit parameter
825
825
[18:9..18:10): [warning] unused explicit parameter
826
- [20:23 ..20:23 ): [warning] Ignoring [this] qualifier.
827
- This syntax will be deprecated in the future; it should be dropped .
826
+ [20:16 ..20:22 ): [warning] Ignoring [this] qualifier.
827
+ The syntax `private[this]` will be deprecated in the future; just write `private` instead .
828
828
See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
829
829
This construct can be rewritten automatically under -rewrite -source 3.4-migration.
830
830
[20:27..20:28): [warning] unused explicit parameter
831
- [22:23 ..22:23 ): [warning] Ignoring [this] qualifier.
832
- This syntax will be deprecated in the future; it should be dropped .
831
+ [22:16 ..22:22 ): [warning] Ignoring [this] qualifier.
832
+ The syntax `private[this]` will be deprecated in the future; just write `private` instead .
833
833
See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
834
834
This construct can be rewritten automatically under -rewrite -source 3.4-migration.
835
835
[22:27..22:28): [warning] unused explicit parameter
@@ -4553,20 +4553,20 @@ Occurrences:
4553
4553
4554
4554
Diagnostics:
4555
4555
[2:20..2:21): [warning] unused explicit parameter
4556
- [5:16 ..5:16 ): [warning] Ignoring [this] qualifier.
4557
- This syntax will be deprecated in the future; it should be dropped .
4556
+ [5:9 ..5:15 ): [warning] Ignoring [this] qualifier.
4557
+ The syntax `private[this]` will be deprecated in the future; just write `private` instead .
4558
4558
See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
4559
4559
This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4560
- [7:16 ..7:16 ): [warning] Ignoring [this] qualifier.
4561
- This syntax will be deprecated in the future; it should be dropped .
4560
+ [7:9 ..7:15 ): [warning] Ignoring [this] qualifier.
4561
+ The syntax `private[this]` will be deprecated in the future; just write `private` instead .
4562
4562
See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
4563
4563
This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4564
- [12:16 ..12:16 ): [warning] Ignoring [this] qualifier.
4565
- This syntax will be deprecated in the future; it should be dropped .
4564
+ [12:9 ..12:15 ): [warning] Ignoring [this] qualifier.
4565
+ The syntax `private[this]` will be deprecated in the future; just write `private` instead .
4566
4566
See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
4567
4567
This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4568
- [13:16 ..13:16 ): [warning] Ignoring [this] qualifier.
4569
- This syntax will be deprecated in the future; it should be dropped .
4568
+ [13:9 ..13:15 ): [warning] Ignoring [this] qualifier.
4569
+ The syntax `private[this]` will be deprecated in the future; just write `private` instead .
4570
4570
See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
4571
4571
This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4572
4572
0 commit comments