summaryrefslogtreecommitdiff
path: root/test/files/neg/bug4537/c.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-05-05 19:04:05 +0000
committerPaul Phillips <paulp@improving.org>2011-05-05 19:04:05 +0000
commitfacc1b33fa5df37e4033d06b51670d4c364c1699 (patch)
tree0b64ac5b432700bb2596a1cfbaa88ec6e7b02efe /test/files/neg/bug4537/c.scala
parentc937fd95700bef739f012e2a11b84bc848f200be (diff)
downloadscala-facc1b33fa5df37e4033d06b51670d4c364c1699.tar.gz
scala-facc1b33fa5df37e4033d06b51670d4c364c1699.tar.bz2
scala-facc1b33fa5df37e4033d06b51670d4c364c1699.zip
A better test case for #4537 than the one r2488...
A better test case for #4537 than the one r24881 didn't include, no review.
Diffstat (limited to 'test/files/neg/bug4537/c.scala')
-rw-r--r--test/files/neg/bug4537/c.scala8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/files/neg/bug4537/c.scala b/test/files/neg/bug4537/c.scala
new file mode 100644
index 0000000000..379599112d
--- /dev/null
+++ b/test/files/neg/bug4537/c.scala
@@ -0,0 +1,8 @@
+package b
+package c
+
+import a._
+
+object Test {
+ println(Settings.Y)
+} \ No newline at end of file