Skip to content

Commit 5615ef1

Browse files
committed
Fix metac.expect
1 parent 2fef5b8 commit 5615ef1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/semanticdb/metac.expect

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3741,16 +3741,16 @@ Synthetics:
37413741
[13:4..13:28):#:: 2 #:: LazyList.empty => *[Int]
37423742
[13:8..13:28):2 #:: LazyList.empty => toDeferrer[Int](*)
37433743
[13:10..13:28):#:: LazyList.empty => *[Int]
3744-
[13:14..13:28):LazyList.empty => toDeferrer[Nothing](*)
3745-
[13:14..13:28):LazyList.empty => *[Nothing]
3744+
[13:14..13:28):LazyList.empty => toDeferrer[Int](*)
3745+
[13:14..13:28):LazyList.empty => *[Int]
37463746
[15:9..15:12):#:: => *.unapply[Int]
37473747
[15:16..15:19):#:: => *.unapply[Int]
37483748
[15:25..15:33):LazyList => *.apply[Int]
37493749
[17:14..17:38):#:: 2 #:: LazyList.empty => *[Int]
37503750
[17:18..17:38):2 #:: LazyList.empty => toDeferrer[Int](*)
37513751
[17:20..17:38):#:: LazyList.empty => *[Int]
3752-
[17:24..17:38):LazyList.empty => toDeferrer[Nothing](*)
3753-
[17:24..17:38):LazyList.empty => *[Nothing]
3752+
[17:24..17:38):LazyList.empty => toDeferrer[Int](*)
3753+
[17:24..17:38):LazyList.empty => *[Int]
37543754
[19:12..19:13):1 => intWrapper(*)
37553755
[19:26..19:27):0 => intWrapper(*)
37563756
[19:46..19:50):x -> => *[Int]

0 commit comments

Comments
 (0)