package tgt; public class StaticCaller003 { public String run3() { return Integer.toString(SimpleClass003.getMe42()); } }