summaryrefslogtreecommitdiff
path: root/test/files/pos5/t1711/Test.java
diff options
context:
space:
mode:
authorAntonio Cunei <antonio.cunei@epfl.ch>2009-02-17 16:16:03 +0000
committerAntonio Cunei <antonio.cunei@epfl.ch>2009-02-17 16:16:03 +0000
commit0ee11c38762844fa78bf2fd0861680c4b6ac2e8e (patch)
treedbad60ed95418bf762b4f4b6f3c111b1625fcf08 /test/files/pos5/t1711/Test.java
parent855ec6101a4e0eead00a2c20a1745819372d18dd (diff)
downloadscala-0ee11c38762844fa78bf2fd0861680c4b6ac2e8e.tar.gz
scala-0ee11c38762844fa78bf2fd0861680c4b6ac2e8e.tar.bz2
scala-0ee11c38762844fa78bf2fd0861680c4b6ac2e8e.zip
Test for #1711
Diffstat (limited to 'test/files/pos5/t1711/Test.java')
-rw-r--r--test/files/pos5/t1711/Test.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/pos5/t1711/Test.java b/test/files/pos5/t1711/Test.java
new file mode 100644
index 0000000000..5ec0f2297c
--- /dev/null
+++ b/test/files/pos5/t1711/Test.java
@@ -0,0 +1,6 @@
+import com.Sequence;
+
+public class Test {
+ void foo() {
+ }
+}