We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a1896 commit e25316cCopy full SHA for e25316c
tests/neg-custom-args/captures/lazylist.check
@@ -29,7 +29,7 @@
29
-- [E007] Type Mismatch Error: tests/neg-custom-args/captures/lazylist.scala:41:42 -------------------------------------
30
41 | val ref4c: LazyList[Int]^{cap1, ref3} = ref4 // error
31
| ^^^^
32
- | Found: (ref4 : lazylists.LazyList[Int]^{cap3, ref1, ref2})
+ | Found: (ref4 : lazylists.LazyList[Int]^{cap3, cap2, ref1, cap1})
33
| Required: lazylists.LazyList[Int]^{cap1, ref3}
34
|
35
| longer explanation available when compiling with `-explain`
0 commit comments