aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs154/pr194314/test/IService.java
blob: 0c9bb77578ab87093cfcb0d1d5c6a9f3779a8e52 (plain)
1
2
3
4
5
6
package test;


public interface IService {
    void method(long l) throws Exception;
}