aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos/t7296.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/pos/t7296.scala')
-rw-r--r--tests/pending/pos/t7296.scala7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/pending/pos/t7296.scala b/tests/pending/pos/t7296.scala
deleted file mode 100644
index fcba17c08..000000000
--- a/tests/pending/pos/t7296.scala
+++ /dev/null
@@ -1,7 +0,0 @@
-// Fails Ycheck
-object Test {
- type A = Int
- // Emits the implementation restriction but then proceeds to crash
- // when creating the Foo.unapply.
- case class Foo(a: A, b: A, c: A, d: A, e: A, f: A, g: A, h: A, i: A, j: A, k: A, l: A, m: A, n: A, o: A, p: A, q: A, r: A, s: A, t: A, u: A, v: A, w: A, x: A, y: A, Z: A)
-}