summaryrefslogtreecommitdiffstats
path: root/tests/bugs/pr102746/lib/Lib.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/pr102746/lib/Lib.java')
-rw-r--r--tests/bugs/pr102746/lib/Lib.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/bugs/pr102746/lib/Lib.java b/tests/bugs/pr102746/lib/Lib.java
new file mode 100644
index 000000000..ef5c29d89
--- /dev/null
+++ b/tests/bugs/pr102746/lib/Lib.java
@@ -0,0 +1,7 @@
+package lib;
+
+public class Lib {
+ public static String hello() {
+ return "hello";
+ }
+} \ No newline at end of file