summaryrefslogtreecommitdiff
path: root/test/files/pos5/t1711/Test.java
diff options
context:
space:
mode:
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() {
+ }
+}