aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs/pr102746/lib/Lib.java
blob: ef5c29d89e03d23739b2144e5eabcc47f53f0140 (plain)
1
2
3
4
5
6
7
package lib;

public class Lib {
    public static String hello() {
        return "hello";
    }
}