package tgt; public class StaticCaller { public int run() { return SimpleClass.toInt("123"); } }