package java_integration.fixtures;

public interface DescendantOfSingleMethodInterface extends SingleMethodInterface {
    Object callThat();
}