Skip to content

Commit 51fc0bf

Browse files
fixup! Fix #9107: Restore constraints after MT reduction
1 parent 0c933a4 commit 51fc0bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/neg/9107.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object Test {
88
] // error
99

1010
def ev2[X] = implicitly[
11-
(M[[t] =>> internal.MatchCase[Inv[t], Int]]) =:=
12-
(M[[t] =>> internal.MatchCase[Inv[t], t]])
11+
(M[[t] =>> runtime.MatchCase[Inv[t], Int]]) =:=
12+
(M[[t] =>> runtime.MatchCase[Inv[t], t]])
1313
] // error
1414
}

0 commit comments

Comments
 (0)