summaryrefslogtreecommitdiff
path: root/test/files/pos/noproductN.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/noproductN.scala')
-rw-r--r--test/files/pos/noproductN.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/pos/noproductN.scala b/test/files/pos/noproductN.scala
new file mode 100644
index 0000000000..856d960b7d
--- /dev/null
+++ b/test/files/pos/noproductN.scala
@@ -0,0 +1,2 @@
+object Foo { type S = String }
+case class Foo(x: Foo.S) { }