diff options
Diffstat (limited to 'tests/bugs/pr102746/lib/Lib.java')
-rw-r--r-- | tests/bugs/pr102746/lib/Lib.java | 7 |
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 |