aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs164/pr194314/IService.java
blob: ed383d0e65d36c96cec8294a0228e5046d3f96af (plain)
1
2
3
4
public interface IService {
    void method(long l) throws Exception;
}