Skip to content

Commit 422ae18

Browse files
committed
Fix naming error in test
1 parent 4d4898e commit 422ae18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/neg-custom-args/captures/capture-vars-subtyping.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def testTrans[C^, D >: CapSet <: C, E >: CapSet <: D, F >: C <: CapSet^] =
2828
val c4: C = f1 // error
2929
val e4: E = f1 // error
3030
val e5: E = d1 // error
31-
val c4: CapSet^{C^} = e1
31+
val c5: CapSet^{C^} = e1
3232

3333

3434
trait A[+T]

0 commit comments

Comments
 (0)