@@ -44,11 +44,13 @@ Occurrences:
44
44
45
45
Diagnostics:
46
46
[3:14..3:16): [warning] unused private member
47
- [4:16..4:16): [warning] The [this] qualifier will be deprecated in the future; it should be dropped.
47
+ [4:16..4:16): [warning] Ignoring [this] qualifier.
48
+ This syntax will be deprecated in the future; it should be dropped.
48
49
See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
49
50
This construct can be rewritten automatically under -rewrite -source 3.4-migration.
50
51
[4:20..4:22): [warning] unused private member
51
- [7:18..7:18): [warning] The [this] qualifier will be deprecated in the future; it should be dropped.
52
+ [7:18..7:18): [warning] Ignoring [this] qualifier.
53
+ This syntax will be deprecated in the future; it should be dropped.
52
54
See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
53
55
This construct can be rewritten automatically under -rewrite -source 3.4-migration.
54
56
@@ -817,11 +819,13 @@ Occurrences:
817
819
818
820
Diagnostics:
819
821
[18:9..18:10): [warning] unused explicit parameter
820
- [20:23..20:23): [warning] The [this] qualifier will be deprecated in the future; it should be dropped.
822
+ [20:23..20:23): [warning] Ignoring [this] qualifier.
823
+ This syntax will be deprecated in the future; it should be dropped.
821
824
See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
822
825
This construct can be rewritten automatically under -rewrite -source 3.4-migration.
823
826
[20:27..20:28): [warning] unused explicit parameter
824
- [22:23..22:23): [warning] The [this] qualifier will be deprecated in the future; it should be dropped.
827
+ [22:23..22:23): [warning] Ignoring [this] qualifier.
828
+ This syntax will be deprecated in the future; it should be dropped.
825
829
See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
826
830
This construct can be rewritten automatically under -rewrite -source 3.4-migration.
827
831
[22:27..22:28): [warning] unused explicit parameter
@@ -4129,16 +4133,20 @@ Occurrences:
4129
4133
4130
4134
Diagnostics:
4131
4135
[2:20..2:21): [warning] unused explicit parameter
4132
- [5:16..5:16): [warning] The [this] qualifier will be deprecated in the future; it should be dropped.
4136
+ [5:16..5:16): [warning] Ignoring [this] qualifier.
4137
+ This syntax will be deprecated in the future; it should be dropped.
4133
4138
See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
4134
4139
This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4135
- [7:16..7:16): [warning] The [this] qualifier will be deprecated in the future; it should be dropped.
4140
+ [7:16..7:16): [warning] Ignoring [this] qualifier.
4141
+ This syntax will be deprecated in the future; it should be dropped.
4136
4142
See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
4137
4143
This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4138
- [12:16..12:16): [warning] The [this] qualifier will be deprecated in the future; it should be dropped.
4144
+ [12:16..12:16): [warning] Ignoring [this] qualifier.
4145
+ This syntax will be deprecated in the future; it should be dropped.
4139
4146
See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
4140
4147
This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4141
- [13:16..13:16): [warning] The [this] qualifier will be deprecated in the future; it should be dropped.
4148
+ [13:16..13:16): [warning] Ignoring [this] qualifier.
4149
+ This syntax will be deprecated in the future; it should be dropped.
4142
4150
See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
4143
4151
This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4144
4152
0 commit comments