summaryrefslogtreecommitdiff
path: root/test/files/run/t7439/B_1.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t7439/B_1.java')
-rw-r--r--test/files/run/t7439/B_1.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/t7439/B_1.java b/test/files/run/t7439/B_1.java
new file mode 100644
index 0000000000..5dd3b93d6f
--- /dev/null
+++ b/test/files/run/t7439/B_1.java
@@ -0,0 +1,3 @@
+public class B_1 {
+ public void b(A_1[] a) {}
+}