package tgt; public class StaticCaller002 { public String run2() { return SimpleClass002.fromInt(456); } }