Skip to content

Commit f29b43b

Browse files
committed
update metac.expect
1 parent e783b79 commit f29b43b

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

tests/semanticdb/metac.expect

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ Text => empty
10151015
Language => Scala
10161016
Symbols => 181 entries
10171017
Occurrences => 159 entries
1018-
Diagnostics => 1 entries
1018+
Diagnostics => 2 entries
10191019
Synthetics => 6 entries
10201020

10211021
Symbols:
@@ -1364,6 +1364,7 @@ Occurrences:
13641364

13651365
Diagnostics:
13661366
[30:12..30:17): [warning] unused explicit parameter
1367+
[48:13..48:13): [warning] `:` after symbolic operator is deprecated; use backticks around operator instead
13671368

13681369
Synthetics:
13691370
[52:9..52:13):Refl => *.unapply[Option[B]]
@@ -1652,6 +1653,7 @@ Text => empty
16521653
Language => Scala
16531654
Symbols => 29 entries
16541655
Occurrences => 66 entries
1656+
Diagnostics => 1 entries
16551657
Synthetics => 3 entries
16561658

16571659
Symbols:
@@ -1753,6 +1755,11 @@ Occurrences:
17531755
[26:57..26:58): A -> a/b/Givens.foo().(A)
17541756
[26:59..26:64): empty -> a/b/Givens.Monoid#empty().
17551757

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+
17561763
Synthetics:
17571764
[12:17..12:25):sayHello => *[Int]
17581765
[13:19..13:29):sayGoodbye => *[Int]
@@ -3736,9 +3743,9 @@ Occurrences:
37363743
[40:10..40:18): rightVar -> local4
37373744

37383745
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
37423749

37433750
Synthetics:
37443751
[5:6..5:10):Some => *.unapply[Int]

0 commit comments

Comments
 (0)