Skip to content

Commit e25316c

Browse files
committedFeb 24, 2025·
Adjust captures/lazylist test
1 parent c4a1896 commit e25316c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/neg-custom-args/captures/lazylist.check

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
-- [E007] Type Mismatch Error: tests/neg-custom-args/captures/lazylist.scala:41:42 -------------------------------------
3030
41 | val ref4c: LazyList[Int]^{cap1, ref3} = ref4 // error
3131
| ^^^^
32-
| Found: (ref4 : lazylists.LazyList[Int]^{cap3, ref1, ref2})
32+
| Found: (ref4 : lazylists.LazyList[Int]^{cap3, cap2, ref1, cap1})
3333
| Required: lazylists.LazyList[Int]^{cap1, ref3}
3434
|
3535
| longer explanation available when compiling with `-explain`

0 commit comments

Comments
 (0)
Please sign in to comment.