aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/f-bounded-case-class.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pos/f-bounded-case-class.scala')
-rw-r--r--tests/pos/f-bounded-case-class.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pos/f-bounded-case-class.scala b/tests/pos/f-bounded-case-class.scala
new file mode 100644
index 000000000..82b8758b2
--- /dev/null
+++ b/tests/pos/f-bounded-case-class.scala
@@ -0,0 +1 @@
+case class Test[X <: List[Y], Y <: List[X]](x: X, y: Y)