summaryrefslogtreecommitdiff
path: root/test/pending/run/t3899/Base_1.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/t3899/Base_1.java')
-rw-r--r--test/pending/run/t3899/Base_1.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/pending/run/t3899/Base_1.java b/test/pending/run/t3899/Base_1.java
new file mode 100644
index 0000000000..114cc0b7a6
--- /dev/null
+++ b/test/pending/run/t3899/Base_1.java
@@ -0,0 +1,5 @@
+public class Base_1 {
+ public String[] varargs1(String... as) {
+ return as;
+ }
+}