summaryrefslogtreecommitdiff
path: root/test/files/pos
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-10-23 14:30:21 -0700
committerPaul Phillips <paulp@improving.org>2012-10-23 15:34:39 -0700
commite326d864d0a7fc9471695d89635c101a84592c58 (patch)
treec4a5c27b60ef08bf499444893c73d03035e7ba38 /test/files/pos
parent9cbbb1ccb50fc0a6c423321494ea360f25736e28 (diff)
downloadscala-e326d864d0a7fc9471695d89635c101a84592c58.tar.gz
scala-e326d864d0a7fc9471695d89635c101a84592c58.tar.bz2
scala-e326d864d0a7fc9471695d89635c101a84592c58.zip
Tests for SI-3160, SI-4537, import precedence.
Diffstat (limited to 'test/files/pos')
-rw-r--r--test/files/pos/t3160.scala6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/pos/t3160.scala b/test/files/pos/t3160.scala
new file mode 100644
index 0000000000..3309ece160
--- /dev/null
+++ b/test/files/pos/t3160.scala
@@ -0,0 +1,6 @@
+import scala.collection.mutable._
+import scala.xml._
+
+class A {
+ def f(x: Node): Node = ???
+}