Skip to content

Commit 537caf5

Browse files
committed
Restore test
1 parent 9478256 commit 537caf5

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

compiler/test/dotc/neg-best-effort-pickling.excludelist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ curried-dependent-ift.scala
1313
i17121.scala
1414
illegal-match-types.scala
1515
i13780-1.scala
16+
i8984.scala
1617

1718
i20317a.scala # recursion limit exceeded
1819
i11226.scala # missing type

tests/disabled/neg/i8984.check

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
import scala.annotation.tailrec
21
type |@[F[+_], G[+_]] = [a] =>> F[a] | G[a]
32

4-
object Fix: // error
5-
opaque type T[+F[+_]] = ApplyFix.T[F]
3+
object Fix: // error Cyclic reference involving type T
4+
opaque type T[+F[+_]] = ApplyFix.T[F] // error
65

76
def apply[F[+_]](f: F[Fix[F]]): T[F] = ApplyFix(f) // error // error
87

0 commit comments

Comments
 (0)