aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs164/pr194314/Main.java
blob: f901076205036b2011158f92bc29efe379ea9fd2 (plain)
1
2
3
4
5
6
7
8
public class Main {

    public static void main(String[] args) throws Exception {
        IService service = new Service();
        service.method(42L);
    }
}