// Used to test for http://bugs.jython.org/issue1795

package javatests;

public interface ExtendedInterface {
    String returnSomething();
}
