@@ -1015,7 +1015,7 @@ Text => empty
1015
1015
Language => Scala
1016
1016
Symbols => 181 entries
1017
1017
Occurrences => 159 entries
1018
- Diagnostics => 1 entries
1018
+ Diagnostics => 2 entries
1019
1019
Synthetics => 6 entries
1020
1020
1021
1021
Symbols:
@@ -1364,6 +1364,7 @@ Occurrences:
1364
1364
1365
1365
Diagnostics:
1366
1366
[30:12..30:17): [warning] unused explicit parameter
1367
+ [48:13..48:13): [warning] `:` after symbolic operator is deprecated; use backticks around operator instead
1367
1368
1368
1369
Synthetics:
1369
1370
[52:9..52:13):Refl => *.unapply[Option[B]]
@@ -1652,6 +1653,7 @@ Text => empty
1652
1653
Language => Scala
1653
1654
Symbols => 29 entries
1654
1655
Occurrences => 66 entries
1656
+ Diagnostics => 1 entries
1655
1657
Synthetics => 3 entries
1656
1658
1657
1659
Symbols:
@@ -1753,6 +1755,11 @@ Occurrences:
1753
1755
[26:57..26:58): A -> a/b/Givens.foo().(A)
1754
1756
[26:59..26:64): empty -> a/b/Givens.Monoid#empty().
1755
1757
1758
+ Diagnostics:
1759
+ [24:53..24:63): [warning] An inline given alias with a function value as right-hand side can significantly increase
1760
+ generated code size. You should either drop the `inline` or rewrite the given with an
1761
+ explicit `apply` method.
1762
+
1756
1763
Synthetics:
1757
1764
[12:17..12:25):sayHello => *[Int]
1758
1765
[13:19..13:29):sayGoodbye => *[Int]
@@ -3736,9 +3743,9 @@ Occurrences:
3736
3743
[40:10..40:18): rightVar -> local4
3737
3744
3738
3745
Diagnostics:
3739
- [30:11..30:18): [warning] unset local variable, consider using an immutable val instead
3740
- [30:20..30:28): [warning] unset local variable, consider using an immutable val instead
3741
- [31:15..31:25): [warning] unset local variable, consider using an immutable val instead
3746
+ [30:11..30:18): [warning] unset local variable
3747
+ [30:20..30:28): [warning] unset local variable
3748
+ [31:15..31:25): [warning] unset local variable
3742
3749
3743
3750
Synthetics:
3744
3751
[5:6..5:10):Some => *.unapply[Int]
0 commit comments