blob: c9c8f66c26a053bdbf5849681dcf20785b1efefd [file] [log] [blame]
package testproxy;
public interface Target3 {
String m();
String toString();
}