summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-12-02 13:38:40 -0800
committerPaul Phillips <paulp@improving.org>2011-12-02 14:17:55 -0800
commit31517aa07c47208efbf1dbf73c5b115ac2abe556 (patch)
tree51e5e3a68a40942bd6ef6f47f51e667d9e3ff2ec
parent6da31ebaf3be8223460977927d2b2401477f253b (diff)
downloadscala-31517aa07c47208efbf1dbf73c5b115ac2abe556.tar.gz
scala-31517aa07c47208efbf1dbf73c5b115ac2abe556.tar.bz2
scala-31517aa07c47208efbf1dbf73c5b115ac2abe556.zip
Test case closes SI-5084.
-rw-r--r--test/files/pos/t5084.scala5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/files/pos/t5084.scala b/test/files/pos/t5084.scala
new file mode 100644
index 0000000000..58e18214de
--- /dev/null
+++ b/test/files/pos/t5084.scala
@@ -0,0 +1,5 @@
+case class Search(tpe: Search.Value)
+
+object Search {
+ object Value
+}