summaryrefslogtreecommitdiff
path: root/test/files/run/t3452b/J_2.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t3452b/J_2.java')
-rw-r--r--test/files/run/t3452b/J_2.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/files/run/t3452b/J_2.java b/test/files/run/t3452b/J_2.java
new file mode 100644
index 0000000000..24c27b88bd
--- /dev/null
+++ b/test/files/run/t3452b/J_2.java
@@ -0,0 +1,5 @@
+public class J_2 {
+ public static void j() {
+ StringSearch.search("test");
+ }
+}