summaryrefslogtreecommitdiffstats
path: root/src/test/testproxy/Target3.java
blob: c9c8f66c26a053bdbf5849681dcf20785b1efefd (plain)
1
2
3
4
5
6
package testproxy;

public interface Target3 {
    String m();
    String toString();
}