aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i1590.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pos/i1590.scala')
-rw-r--r--tests/pos/i1590.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pos/i1590.scala b/tests/pos/i1590.scala
new file mode 100644
index 000000000..a8f36de45
--- /dev/null
+++ b/tests/pos/i1590.scala
@@ -0,0 +1 @@
+case class W[T](seq: Option[Option[T]] = Option.empty)