Skip to content

Commit fb14996

Browse files
committed
Fix the expected outputs of neg-custom-args/captures/real-try test to match correct source line positions
1 parent cd54d7f commit fb14996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/neg-custom-args/captures/real-try.check

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
-- [E190] Potential Issue Warning: tests/neg-custom-args/captures/real-try.scala:36:4 ----------------------------------
2-
36 | b.x
1+
-- [E190] Potential Issue Warning: tests/neg-custom-args/captures/real-try.scala:30:4 ----------------------------------
2+
30 | b.x
33
| ^^^
44
| Discarded non-Unit value of type () -> Unit. You may want to use `()`.
55
|

0 commit comments

Comments
 (0)