aboutsummaryrefslogtreecommitdiff
path: root/bench/tests/i1535.scala
diff options
context:
space:
mode:
Diffstat (limited to 'bench/tests/i1535.scala')
-rw-r--r--bench/tests/i1535.scala9
1 files changed, 9 insertions, 0 deletions
diff --git a/bench/tests/i1535.scala b/bench/tests/i1535.scala
new file mode 100644
index 000000000..0433e3ab2
--- /dev/null
+++ b/bench/tests/i1535.scala
@@ -0,0 +1,9 @@
+object Example {
+ case class C[H, T](h: H, t: T)
+
+ type I = Int
+
+ val p
+ : C[I,C[I,C[I,C[I,C[I,C[I,C[I,C[I,C[I,C[I,C[I,C[I,C[I,C[I,C[I,C[I,C[I,C[I,C[I,C[I,C[I,C[I,C[I,I]]]]]]]]]]]]]]]]]]]]]]]
+ = C(1,C(1,C(1,C(1,C(1,C(1,C(1,C(1,C(1,C(1,C(1,C(1,C(1,C(1,C(1,C(1,C(1,C(1,C(1,C(1,C(1,C(1,C(1,1)))))))))))))))))))))))
+} \ No newline at end of file