package utp;

public interface IOuter {
	public default IOuter outer()
	{
		return this;
	}
}
