Skip to content

Commit b1dac36

Browse files
committed
Update check file
1 parent da48e1a commit b1dac36

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tests/repl/errmsgs.check

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ scala> val a: Inv[String] = new Inv(new Inv(1))
3131
-- [E007] Type Mismatch Error: <console>:5:33 ----------------------------------
3232
5 |val a: Inv[String] = new Inv(new Inv(1))
3333
| ^^^^^
34-
| found: Inv[T]
35-
| required: String
36-
|
37-
| where: T is a type variable with constraint >: Int(1)
34+
| found: Inv[Int]
35+
| required: String
36+
|
3837
scala> val b: Inv[String] = new Inv(1)
3938
-- [E007] Type Mismatch Error: <console>:5:29 ----------------------------------
4039
5 |val b: Inv[String] = new Inv(1)

0 commit comments

Comments
 (0)