Skip to content

Commit 22440f3

Browse files
committed
Fix test
1 parent fe470c4 commit 22440f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg/existentials.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class TestX {
4444
type D[X] <: C[X]
4545

4646
type DD = [X] => D[D[X]]
47-
//val z: DD[_] = ??? // error: unreducible
47+
val z: DD[_] = ??? // error: unreducible
4848

4949
val g = x.get
5050

0 commit comments

Comments
 (0)