summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHubert Plociniczak <hubert.plociniczak@epfl.ch>2010-12-03 16:37:41 +0000
committerHubert Plociniczak <hubert.plociniczak@epfl.ch>2010-12-03 16:37:41 +0000
commit843efeab1b41d5ba69aaee35498004849a58ae84 (patch)
treeb6a1aa3d73d01e06e29b342c28688f4e0b8384cd /test
parentf476b96f446b16d2ffead27b241c34824539f6c6 (diff)
downloadscala-843efeab1b41d5ba69aaee35498004849a58ae84.tar.gz
scala-843efeab1b41d5ba69aaee35498004849a58ae84.tar.bz2
scala-843efeab1b41d5ba69aaee35498004849a58ae84.zip
Added test for #4052
Diffstat (limited to 'test')
-rw-r--r--test/files/pos/t4052.scala5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/files/pos/t4052.scala b/test/files/pos/t4052.scala
new file mode 100644
index 0000000000..561e1704e9
--- /dev/null
+++ b/test/files/pos/t4052.scala
@@ -0,0 +1,5 @@
+package object test {
+ trait PackageError
+ object PackageError
+}
+