Skip to content

Commit d4fad8c

Browse files
committed
Fix check file
1 parent f73e8e7 commit d4fad8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- [E007] Type Mismatch Error: tests/neg-custom-args/captures/cc-glb.scala:7:19 ----------------------------------------
22
7 | val x2: Foo[T] = x1 // error
33
| ^^
4-
| Found: (x1 : (Foo[T]^) & (Foo[Any]^{io}))
4+
| Found: (x1 : (Foo[T]^{<cap in magic/1>}) & (Foo[Any]^{io}))
55
| Required: Foo[T]
66
|
77
| longer explanation available when compiling with `-explain`

0 commit comments

Comments
 (0)