package tgt; public interface SimpleI005 { int toInt(int s); String changingReturnType(); }