Skip to content

Commit 99a0913

Browse files
Fix typo in test
1 parent 46c680c commit 99a0913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run/double-pattern-type.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ object Test {
2626
case C2(a, b, c) =>
2727
assert(a == -1)
2828
assert(b == -2)
29-
assert(b == -3)
29+
assert(c == -3)
3030
}
3131

3232
// Interestingly things also compile with a single pattern, in which case

0 commit comments

Comments
 (0)