@@ -44,11 +44,13 @@ Occurrences:
4444
4545Diagnostics:
4646[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.
4849See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
4950This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5051[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.
5254See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
5355This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5456
@@ -817,11 +819,13 @@ Occurrences:
817819
818820Diagnostics:
819821[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.
821824See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
822825This construct can be rewritten automatically under -rewrite -source 3.4-migration.
823826[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.
825829See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
826830This construct can be rewritten automatically under -rewrite -source 3.4-migration.
827831[22:27..22:28): [warning] unused explicit parameter
@@ -4129,16 +4133,20 @@ Occurrences:
41294133
41304134Diagnostics:
41314135[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.
41334138See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
41344139This 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.
41364142See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
41374143This 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.
41394146See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
41404147This 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.
41424150See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
41434151This construct can be rewritten automatically under -rewrite -source 3.4-migration.
41444152
0 commit comments